src/Pure/Admin/isabelle_cronjob.scala
changeset 64327 3e651d9ce601
parent 64304 96bc94c87a81
child 64332 76a3e0f894fd
--- a/src/Pure/Admin/isabelle_cronjob.scala	Thu Oct 20 23:39:15 2016 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Thu Oct 20 23:42:12 2016 +0200
@@ -106,7 +106,8 @@
       Remote_Build("lxbroy10", options = "-m32 -M4 -N"),
       Remote_Build("macbroy2", options = "-m32 -M4"),
       Remote_Build("macbroy30", options = "-m32 -M2"),
-      Remote_Build("macbroy31", options = "-m32 -M2"))
+      Remote_Build("macbroy31", options = "-m32 -M2"),
+      Remote_Build("vmnipkow9", options = "-m32 -M1,2,4", shared_home = false))
 
   private def remote_build_history(rev: String, r: Remote_Build): Logger_Task =
   {