recover some Linux test, using old macbroy2 as i21of4 (Ubuntu 20.04);
authorwenzelm
Sun, 16 May 2021 19:37:15 +0200
changeset 73704 7c7a59b76528
parent 73703 08def1cc6b33
child 73705 ac07f6be27ea
child 73710 241cfa881788
recover some Linux test, using old macbroy2 as i21of4 (Ubuntu 20.04);
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Sun May 16 16:05:13 2021 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Sun May 16 19:37:15 2021 +0200
@@ -303,6 +303,16 @@
   val remote_builds1: List[List[Remote_Build]] =
   {
     List(
+      List(Remote_Build("Linux A", "i21of4", user = "i21isatest",
+        proxy_host = "lxbroy10", proxy_user = "i21isatest",
+        self_update = true,
+        options = "-m32 -M1x4,2,4" +
+          " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAML_SETUP=true" +
+          " -e ISABELLE_GHC_SETUP=true" +
+          " -e ISABELLE_MLTON=mlton" +
+          " -e ISABELLE_SMLNJ=sml" +
+          " -e ISABELLE_SWIPL=swipl",
+        args = "-a -d '~~/src/Benchmarks'")),
       List(Remote_Build("Linux B", "lxbroy10", historic = true, history = 90,
         options = "-m32 -B -M1x4,2,4,6", args = "-N -g timing")),
       List(Remote_Build("macOS 10.13 High Sierra", "lapbroy68",