src/Pure/Admin/isabelle_cronjob.scala
changeset 78744 a11c461a1a3a
parent 78514 edb4faf666c9
child 78768 280a228dc2f1
--- a/src/Pure/Admin/isabelle_cronjob.scala	Mon Oct 09 21:31:43 2023 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Mon Oct 09 21:41:26 2023 +0200
@@ -339,14 +339,17 @@
             " -e ISABELLE_MLTON=/usr/local/bin/mlton -e ISABELLE_MLTON_OPTIONS=" +
             " -e ISABELLE_SMLNJ=/usr/local/smlnj/bin/sml" +
             " -e ISABELLE_SWIPL=/usr/local/bin/swipl",
-          args = "-a -d '~~/src/Benchmarks'"),
+          args = "-a -d '~~/src/Benchmarks'",
+          active = () => false),
         Remote_Build("macOS, quick_and_dirty", "mini2",
           options = "-m32 -M4 -t quick_and_dirty -p pide_session=false",
           args = "-a -o quick_and_dirty",
-          detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("quick_and_dirty")),
+          detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("quick_and_dirty"),
+          active = () => false),
         Remote_Build("macOS, skip_proofs", "mini2",
           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"))),
+          detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("skip_proofs"),
+          active = () => false)),
       List(
         Remote_Build("macOS 13 Ventura (ARM64)", "mini3",
           history_base = "8e590adaac5e",