# HG changeset patch # User wenzelm # Date 1700422894 -3600 # Node ID 778831a801e3f5da949e13801277154d5aaeeeda # Parent 39fb869160d66982b2033e5b60e663fcd3fb3761 build_history: proper support for ISABELLE_APPLE_PLATFORM64; diff -r 39fb869160d6 -r 778831a801e3 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=" +