build_history: proper support for ISABELLE_APPLE_PLATFORM64;
authorwenzelm
Sun, 19 Nov 2023 20:41:34 +0100
changeset 78998 778831a801e3
parent 78997 39fb869160d6
child 78999 769e850bb1d7
build_history: proper support for ISABELLE_APPLE_PLATFORM64;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Sun Nov 19 19:41:17 2023 +0100
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Sun Nov 19 20:41:34 2023 +0100
@@ -310,7 +310,7 @@
           args = "-a -d '~~/src/Benchmarks'")),
       List(
         Remote_Build("macOS 14 Sonoma (ARM)", "studio1-sonoma",
-          history_base = "8e590adaac5e",
+          history_base = "68ffcf5cc94b",
           options = "-m32 -B -M1x4,2x4,4x2,8 -p pide_session=false" +
             " -e ISABELLE_GHC_SETUP=true" +
             " -e ISABELLE_SMLNJ=/usr/local/smlnj/bin/sml" +
@@ -329,7 +329,7 @@
           count = () => 0)),
       List(
         Remote_Build("macOS 13 Ventura (ARM)", "mini3",
-          history_base = "8e590adaac5e",
+          history_base = "68ffcf5cc94b",
           options = "-a -m32 -B -M1x4,2x2,4 -p pide_session=false" +
             " -e ISABELLE_GHC_SETUP=true" +
             " -e ISABELLE_MLTON=/opt/homebrew/bin/mlton -e ISABELLE_MLTON_OPTIONS=" +