src/Pure/Admin/isabelle_cronjob.scala
changeset 70227 ce9134bdc1d4
parent 70195 e4abb5235c5e
child 70241 4e612a13c1ee
equal deleted inserted replaced
70226:accbd801fefa 70227:ce9134bdc1d4
   269         Remote_Build("Mac OS X", "macbroy2",
   269         Remote_Build("Mac OS X", "macbroy2",
   270           options = "-m32 -M8" +
   270           options = "-m32 -M8" +
   271             " -e ISABELLE_GHC=ghc -e ISABELLE_MLTON=mlton -e ISABELLE_OCAML=ocaml" +
   271             " -e ISABELLE_GHC=ghc -e ISABELLE_MLTON=mlton -e ISABELLE_OCAML=ocaml" +
   272             " -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAML_SETUP=true" +
   272             " -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAML_SETUP=true" +
   273             " -e ISABELLE_OPAM_ROOT=\"$ISABELLE_HOME/opam\"" +
   273             " -e ISABELLE_OPAM_ROOT=\"$ISABELLE_HOME/opam\"" +
   274             " -e ISABELLE_SMLNJ=/mnt/nfsbroy/home/smlnj/bin/sml",
   274             " -e ISABELLE_SMLNJ=/mnt/nfsbroy/home/isabelle/smlnj/bin/sml",
   275           args = "-a",
   275           args = "-a",
   276           detect = Build_Log.Prop.build_tags.undefined,
   276           detect = Build_Log.Prop.build_tags.undefined,
   277           history_base = "2c0f24e927dd"),
   277           history_base = "2c0f24e927dd"),
   278         Remote_Build("Mac OS X, quick_and_dirty", "macbroy2",
   278         Remote_Build("Mac OS X, quick_and_dirty", "macbroy2",
   279           options = "-m32 -M8 -t quick_and_dirty", args = "-a -o quick_and_dirty",
   279           options = "-m32 -M8 -t quick_and_dirty", args = "-a -o quick_and_dirty",
   315         List(Remote_Build("AFP", host = hosts.head, more_hosts = hosts.tail,
   315         List(Remote_Build("AFP", host = hosts.head, more_hosts = hosts.tail,
   316           options = "-m32 -M1x2 -t AFP -P" + n +
   316           options = "-m32 -M1x2 -t AFP -P" + n +
   317             " -e ISABELLE_GHC=ghc" +
   317             " -e ISABELLE_GHC=ghc" +
   318             " -e ISABELLE_MLTON=mlton" +
   318             " -e ISABELLE_MLTON=mlton" +
   319             " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAMLFIND=ocamlfind" +
   319             " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAMLFIND=ocamlfind" +
   320             " -e ISABELLE_SMLNJ=/home/smlnj/bin/sml",
   320             " -e ISABELLE_SMLNJ=/home/isabelle/smlnj/bin/sml",
   321           args = "-N -X large -X slow",
   321           args = "-N -X large -X slow",
   322           afp = true,
   322           afp = true,
   323           detect = Build_Log.Prop.build_tags + " = " + SQL.string("AFP")))
   323           detect = Build_Log.Prop.build_tags + " = " + SQL.string("AFP")))
   324       }
   324       }
   325     }
   325     }