enforce ML_system_64: more robust as cold build, without command_timings;
authorwenzelm
Fri, 17 Aug 2018 20:44:45 +0200
changeset 68755 67d6f1708ea4
parent 68754 8999f9143e5f
child 68756 7066e83dfe46
enforce ML_system_64: more robust as cold build, without command_timings;
src/Pure/Admin/build_release.scala
--- a/src/Pure/Admin/build_release.scala	Fri Aug 17 20:44:00 2018 +0200
+++ b/src/Pure/Admin/build_release.scala	Fri Aug 17 20:44:45 2018 +0200
@@ -166,6 +166,9 @@
               Other_Isabelle(tmp_dir + Path.explode(name),
                 isabelle_identifier = name + "-build", progress = progress)
 
+            Isabelle_System.mkdirs(other_isabelle.etc)
+            File.write(other_isabelle.etc_preferences, "ML_system_64 = true\n")
+
             other_isabelle.bash("bin/isabelle build" + jobs_option +
                 " -o browser_info -o document=pdf -o document_variants=document:outline=/proof,/ML" +
                 " -s -c -a -d '~~/src/Benchmarks'", echo = true).check