# HG changeset patch # User wenzelm # Date 1602841135 -7200 # Node ID 32ac6d3d162315d328e891494ac6ac176f9db495 # Parent 11f645d254987beb475e6968435946581e179d80# Parent ca6a3ea1f7c46219bb14bd3f2aa8c6effb348539 merged diff -r 11f645d25498 -r 32ac6d3d1623 Admin/PLATFORMS --- 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): diff -r 11f645d25498 -r 32ac6d3d1623 src/Pure/Admin/isabelle_cronjob.scala --- 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'")),