--- 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
--- 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" +