clarified multicore options;
authorwenzelm
Wed, 07 Oct 2020 20:53:27 +0200
changeset 72392 2bbc7365e8c4
parent 72391 37c1fbcc88d0
child 72393 b8f25ceac57f
clarified multicore options;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Wed Oct 07 20:51:04 2020 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Wed Oct 07 20:53:27 2020 +0200
@@ -314,10 +314,10 @@
           detect = Build_Log.Prop.build_start + " > date '2017-03-03'")),
       List(Remote_Build("Mac OS X 10.10 Yosemite", "macbroy31", options = "-m32 -M2 -p pide_session=false", args = "-a")),
       List(Remote_Build("Mac OS X 10.13 High Sierra", "lapbroy68",
-        options = "-m32 -M1,2,4 -e ISABELLE_GHC_SETUP=true -p pide_session=false",
+        options = "-m32 -B -M1,2,4 -e ISABELLE_GHC_SETUP=true -p pide_session=false",
         self_update = true, args = "-a -d '~~/src/Benchmarks'")),
       List(Remote_Build("Mac OS X 10.14 Mojave", "mini2",
-        options = "-m32 -M1,2,4 -p pide_session=false" +
+        options = "-m32 -B -M1x2,2,4 -p pide_session=false" +
           " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAML_SETUP=true" +
           " -e ISABELLE_GHC_SETUP=true" +
           " -e ISABELLE_MLTON=/usr/local/bin/mlton" +