more external tools for AFP test;
authorwenzelm
Sat, 03 Feb 2018 14:32:12 +0100
changeset 67568 fc2b303070da
parent 67567 52e6ffa61e9c
child 67569 5d71b114e7a3
more external tools for AFP test;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Sat Feb 03 13:54:04 2018 +0100
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Sat Feb 03 14:32:12 2018 +0100
@@ -250,7 +250,11 @@
       for { (n, hosts) <- List(1 -> List("lxbroy6"), 2 -> List("lxbroy8", "lxbroy7")) }
       yield {
         List(Remote_Build("AFP", host = hosts.head, more_hosts = hosts.tail,
-          options = "-m32 -M1x2 -t AFP -P" + n,
+          options = "-m32 -M1x2 -t AFP -P" + n +
+            " -e ISABELLE_GHC=ghc" +
+            " -e ISABELLE_MLTON=mlton" +
+            " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc" +
+            " -e ISABELLE_SMLNJ=/home/smlnj/bin/sml",
           args = "-N -X slow",
           afp = true,
           detect = Build_Log.Prop.build_tags + " = " + SQL.string("AFP")))