proper parallel build tasks;
authorwenzelm
Mon, 16 Oct 2023 21:27:56 +0200
changeset 78784 fb46520b9b7c
parent 78783 b78158997a28
child 78785 c8202ed06a5c
proper parallel build tasks;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Sun Oct 15 14:59:19 2023 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Mon Oct 16 21:27:56 2023 +0200
@@ -334,7 +334,8 @@
             " -e ISABELLE_GHC_SETUP=true" +
             " -e ISABELLE_SMLNJ=/usr/local/smlnj/bin/sml" +
             " -e ISABELLE_SWIPL=/opt/homebrew/bin/swipl",
-          args = "-a -d '~~/src/Benchmarks'"),
+          args = "-a -d '~~/src/Benchmarks'")),
+      List(
         Remote_Build("macOS 14 Sonoma (Intel)", "mini2-sonoma",
           options = "-m32 -B -M1x2,2,4 -p pide_session=false" +
             " -e ISABELLE_GHC_SETUP=true" +