merged
authorwenzelm
Fri, 16 Oct 2020 11:38:55 +0200
changeset 72484 32ac6d3d1623
parent 72482 11f645d25498 (current diff)
parent 72483 ca6a3ea1f7c4 (diff)
child 72485 a0066948e7df
merged
--- a/Admin/PLATFORMS	Thu Oct 15 18:17:57 2020 +0200
+++ b/Admin/PLATFORMS	Fri Oct 16 11:38:55 2020 +0200
@@ -44,9 +44,7 @@
 
 Old (partial support):
 
-  x86_64-darwin     Mac OS X 10.10 Yosemite (macbroy31 MacBookPro6,2)
-                    Mac OS X 10.11 El Capitan (macbroy2 MacPro4,1)
-                    macOS 10.12 Sierra (macbroy30 MacBookPro6,2)
+  x86_64-darwin     Mac OS X 10.11 El Capitan (macbroy2 MacPro4,1)
 
 New (experimental):
 
--- a/src/Pure/Admin/isabelle_cronjob.scala	Thu Oct 15 18:17:57 2020 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Fri Oct 16 11:38:55 2020 +0200
@@ -268,6 +268,9 @@
         options = "-m32 -B -M1x2,2 -t polyml-test -i 'init_component /home/isabelle/contrib/polyml-5.7-20170217'",
         args = "-N -g timing",
         detect = Build_Log.Prop.build_tags + " = " + SQL.string("polyml-test")),
+      Remote_Build("Mac OS X 10.12 Sierra", "macbroy30", options = "-m32 -M2 -p pide_session=false", args = "-a",
+        detect = Build_Log.Prop.build_start + " > date '2017-03-03'"),
+      Remote_Build("Mac OS X 10.10 Yosemite", "macbroy31", options = "-m32 -M2 -p pide_session=false", args = "-a"),
       Remote_Build("Mac OS X 10.8 Mountain Lion", "macbroy30", options = "-m32 -M2", args = "-a",
         detect = Build_Log.Prop.build_start + " < date '2017-03-03'")) :::
       {
@@ -309,10 +312,6 @@
           options = "-m32 -M8 -t skip_proofs -p pide_session=false", args = "-a -o skip_proofs",
           detect = Build_Log.Prop.build_tags + " = " + SQL.string("skip_proofs"),
           history_base = "2c0f24e927dd")),
-      List(
-        Remote_Build("Mac OS X 10.12 Sierra", "macbroy30", options = "-m32 -M2 -p pide_session=false", args = "-a",
-          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 -B -M1,2,4 -e ISABELLE_GHC_SETUP=true -p pide_session=false",
         self_update = true, args = "-a -d '~~/src/Benchmarks'")),