proper Windows 32bit platform;
authorwenzelm
Mon, 28 Sep 2020 14:55:37 +0200
changeset 72317 d24a8cea343b
parent 72316 3cc6aa405858
child 72318 bc97bd4c0474
proper Windows 32bit platform;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Mon Sep 28 13:53:50 2020 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Mon Sep 28 14:55:37 2020 +0200
@@ -328,7 +328,9 @@
             " -e ISABELLE_GHC_SETUP=true" +
             " -e ISABELLE_SMLNJ=/usr/local/smlnj-110.81/bin/sml",
           args = "-a",
-          detect = Build_Log.Settings.ML_PLATFORM + " = " + SQL.string("x86-windows")),
+          detect =
+            Build_Log.Settings.ML_PLATFORM + " = " + SQL.string("x86-windows") + " OR " +
+            Build_Log.Settings.ML_PLATFORM + " = " + SQL.string("x86_64_32-windows")),
         Remote_Build("Windows", "vmnipkow9", historic = true, history = 90, self_update = true,
           options = "-m64 -M4" +
             " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAML_SETUP=true" +