systematic testing of arm64_32-darwin;
authorwenzelm
Mon, 07 Aug 2023 15:20:51 +0200
changeset 78485 f17cbbbdb3c3
parent 78484 18c2c03a699d
child 78486 e72f8009a4f0
systematic testing of arm64_32-darwin;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Mon Aug 07 13:38:10 2023 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Mon Aug 07 15:20:51 2023 +0200
@@ -348,6 +348,12 @@
           options = "-m32 -M4 -t skip_proofs -p pide_session=false", args = "-a -o skip_proofs",
           detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("skip_proofs"))),
       List(
+        Remote_Build("macOS 13 Ventura (ARM64)", "mini3",
+          options = "-m32 -B -M1x4,2x2,4 -p pide_session=false" +
+            " -e ISABELLE_MLTON=/opt/homebrew/bin/mlton -e ISABELLE_MLTON_OPTIONS=" +
+            " -e ISABELLE_SWIPL=/opt/homebrew/bin/swipl",
+          args = "-a -d '~~/src/Benchmarks'")),
+      List(
         Remote_Build("macOS 12 Monterey", "monterey", user = "makarius",
           options = "-m32 -M4 -e ISABELLE_GHC_SETUP=true -p pide_session=false",
           args = "-a -d '~~/src/Benchmarks'")),