# HG changeset patch # User wenzelm # Date 1611248804 -3600 # Node ID 13bd167f4d97d7e5e4a9e2127bac79758a719267 # Parent 68f0bd0c8e875c5bcde330e51e5a1e1fc2b9acce more official support for macOS 11.1 Big Sur; diff -r 68f0bd0c8e87 -r 13bd167f4d97 Admin/PLATFORMS --- a/Admin/PLATFORMS Wed Jan 20 22:20:26 2021 +0100 +++ b/Admin/PLATFORMS Thu Jan 21 18:06:44 2021 +0100 @@ -38,6 +38,7 @@ x86_64-darwin macOS 10.13 High Sierra (lapbroy68 MacBookPro11,2) macOS 10.14 Mojave (mini2 Macmini8,1) macOS 10.15 Catalina (laramac01 Macmini8,1) + macOS 11.1 Big Sur (mini2 Macmini8,1) x86_64-windows Windows 10 x86_64-cygwin Cygwin 3.1.x https://isabelle.sketis.net/cygwin_2021 (x86_64/release) @@ -46,7 +47,7 @@ arm64-linux Raspberry Pi OS 64bit beta (Debian 10 / Buster) - x86_64-darwin macOS 11 Big Sur + arm64-darwin macOS 11.1 Big Sur 64 bit vs. 32 bit platform personality diff -r 68f0bd0c8e87 -r 13bd167f4d97 src/Pure/Admin/isabelle_cronjob.scala --- a/src/Pure/Admin/isabelle_cronjob.scala Wed Jan 20 22:20:26 2021 +0100 +++ b/src/Pure/Admin/isabelle_cronjob.scala Thu Jan 21 18:06:44 2021 +0100 @@ -327,6 +327,14 @@ 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("macOS 11.1 Big Sur", "mini1", + 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" + + " -e ISABELLE_SMLNJ=/usr/local/smlnj/bin/sml" + + " -e ISABELLE_SWIPL=/usr/local/bin/swipl", + self_update = true, args = "-a -d '~~/src/Benchmarks'"), Remote_Build("macOS 10.14 Mojave", "mini2", options = "-m32 -B -M1x2,2,4 -p pide_session=false" + " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAML_SETUP=true" +