# HG changeset patch # User wenzelm # Date 1511798254 -3600 # Node ID 39cc38a06610513036db39e9e26f70cf29fe83d9 # Parent 411e49edd905572f6f65c7c28c2bd31f3e363eb0 clarified description for mixed Mavericks / El Capitan system; diff -r 411e49edd905 -r 39cc38a06610 src/Pure/Admin/isabelle_cronjob.scala --- a/src/Pure/Admin/isabelle_cronjob.scala Mon Nov 27 16:48:55 2017 +0100 +++ b/src/Pure/Admin/isabelle_cronjob.scala Mon Nov 27 16:57:34 2017 +0100 @@ -211,18 +211,18 @@ List(Remote_Build("Linux B", "lxbroy10", historic = true, history = 90, options = "-m32 -B -M1x4,2,4,6", args = "-N -g timing")), List( - Remote_Build("Mac OS X 10.9 Mavericks", "macbroy2", + Remote_Build("Mac OS X", "macbroy2", options = "-m32 -M8" + " -e ISABELLE_GHC=ghc -e ISABELLE_MLTON=mlton -e ISABELLE_OCAML=ocaml" + " -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_SMLNJ=/mnt/nfsbroy/home/smlnj/bin/sml", args = "-a", detect = Build_Log.Prop.build_tags.undefined, history_base = "2c0f24e927dd"), - Remote_Build("Mac OS X 10.9 Mavericks, quick_and_dirty", "macbroy2", + Remote_Build("Mac OS X, quick_and_dirty", "macbroy2", options = "-m32 -M8 -t quick_and_dirty", args = "-a -o quick_and_dirty", detect = Build_Log.Prop.build_tags + " = " + SQL.string("quick_and_dirty"), history_base = "2c0f24e927dd"), - Remote_Build("Mac OS X 10.9 Mavericks, skip_proofs", "macbroy2", + Remote_Build("Mac OS X, skip_proofs", "macbroy2", options = "-m32 -M8 -t skip_proofs", args = "-a -o skip_proofs", detect = Build_Log.Prop.build_tags + " = " + SQL.string("skip_proofs"), history_base = "2c0f24e927dd")),