src/Pure/Admin/isabelle_cronjob.scala
changeset 77171 e0e9f1b4c844
parent 77163 7ceed24c88dc
child 77368 7c57d9586f4c
equal deleted inserted replaced
77170:2ddb82044ff0 77171:e0e9f1b4c844
   374   val remote_builds2: List[List[Remote_Build]] =
   374   val remote_builds2: List[List[Remote_Build]] =
   375     List(
   375     List(
   376       List(
   376       List(
   377         Remote_Build("AFP", "lrzcloud2",
   377         Remote_Build("AFP", "lrzcloud2",
   378           java_heap = "8g",
   378           java_heap = "8g",
   379           options = "-m32 -M1x6 -t AFP" +
   379           options = "-m32 -M1x5 -t AFP" +
   380             " -e ISABELLE_GHC=ghc" +
   380             " -e ISABELLE_GHC=ghc" +
   381             " -e ISABELLE_MLTON=mlton -e ISABELLE_MLTON_OPTIONS=" +
   381             " -e ISABELLE_MLTON=mlton -e ISABELLE_MLTON_OPTIONS=" +
   382             " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAMLFIND=ocamlfind" +
   382             " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAMLFIND=ocamlfind" +
   383             " -e ISABELLE_SMLNJ=sml",
   383             " -e ISABELLE_SMLNJ=sml",
   384           args = "-a -X large -X slow",
   384           args = "-a -X large -X slow",