src/Pure/Admin/isabelle_cronjob.scala
changeset 78496 2a26d423d9fb
parent 78495 36cb78cd2288
child 78514 edb4faf666c9
equal deleted inserted replaced
78495:36cb78cd2288 78496:2a26d423d9fb
   305             afp = true,
   305             afp = true,
   306             detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("AFP"))
   306             detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("AFP"))
   307         }
   307         }
   308       }
   308       }
   309 
   309 
       
   310   val remote_build_mini3 =
       
   311     Remote_Build("macOS 13 Ventura (ARM64)", "mini3",
       
   312       history_base = "8e590adaac5e",
       
   313       options = "-a -m32 -B -M1x4,2x2,4 -p pide_session=false" +
       
   314         " -e ISABELLE_MLTON=/opt/homebrew/bin/mlton -e ISABELLE_MLTON_OPTIONS=" +
       
   315         " -e ISABELLE_SWIPL=/opt/homebrew/bin/swipl",
       
   316       args = "-a -d '~~/src/Benchmarks'")
       
   317 
   310   val remote_builds1: List[List[Remote_Build]] = {
   318   val remote_builds1: List[List[Remote_Build]] = {
   311     List(
   319     List(
   312       List(Remote_Build("Linux A", "augsburg1",
   320       List(Remote_Build("Linux A", "augsburg1",
   313           options = "-m32 -B -M4" +
   321           options = "-m32 -B -M4" +
   314             " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAMLFIND=ocamlfind" +
   322             " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAMLFIND=ocamlfind" +
   345           args = "-a -o quick_and_dirty",
   353           args = "-a -o quick_and_dirty",
   346           detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("quick_and_dirty")),
   354           detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("quick_and_dirty")),
   347         Remote_Build("macOS, skip_proofs", "mini2",
   355         Remote_Build("macOS, skip_proofs", "mini2",
   348           options = "-m32 -M4 -t skip_proofs -p pide_session=false", args = "-a -o skip_proofs",
   356           options = "-m32 -M4 -t skip_proofs -p pide_session=false", args = "-a -o skip_proofs",
   349           detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("skip_proofs"))),
   357           detect = Build_Log.Prop.build_tags.toString + " = " + SQL.string("skip_proofs"))),
   350       List(
   358       List(remote_build_mini3, remote_build_mini3, remote_build_mini3),
   351         Remote_Build("macOS 13 Ventura (ARM64)", "mini3",
       
   352           history_base = "8e590adaac5e",
       
   353           options = "-a -m32 -B -M1x4,2x2,4 -p pide_session=false" +
       
   354             " -e ISABELLE_MLTON=/opt/homebrew/bin/mlton -e ISABELLE_MLTON_OPTIONS=" +
       
   355             " -e ISABELLE_SWIPL=/opt/homebrew/bin/swipl",
       
   356           args = "-a -d '~~/src/Benchmarks'")),
       
   357       List(
   359       List(
   358         Remote_Build("macOS 12 Monterey", "monterey", user = "makarius",
   360         Remote_Build("macOS 12 Monterey", "monterey", user = "makarius",
   359           options = "-m32 -M4 -e ISABELLE_GHC_SETUP=true -p pide_session=false",
   361           options = "-m32 -M4 -e ISABELLE_GHC_SETUP=true -p pide_session=false",
   360           args = "-a -d '~~/src/Benchmarks'")),
   362           args = "-a -d '~~/src/Benchmarks'")),
   361       List(
   363       List(