# HG changeset patch # User wenzelm # Date 1553174256 -3600 # Node ID afbc075fd2da0b7572e4c902523a9ee7b5e4f69a # Parent 772bdd1ed84301e8c8dc75ed18c5c33b413dcc43 less ambitious test: lapbroy68 lacks libgmp-dev that is required for ocaml setup of zarith; diff -r 772bdd1ed843 -r afbc075fd2da src/Pure/Admin/isabelle_cronjob.scala --- a/src/Pure/Admin/isabelle_cronjob.scala Thu Mar 21 13:34:37 2019 +0100 +++ b/src/Pure/Admin/isabelle_cronjob.scala Thu Mar 21 14:17:36 2019 +0100 @@ -287,10 +287,10 @@ detect = Build_Log.Prop.build_start + " > date '2017-03-03'")), List(Remote_Build("Mac OS X 10.10 Yosemite", "macbroy31", options = "-m32 -M2", args = "-a")), List(Remote_Build("Mac OS X 10.14 High Sierra", "lapbroy68", self_update = true, - options = "-m32 -M1,2,4 -e ISABELLE_GHC_SETUP=true -e ISABELLE_OCAML_SETUP=true", + options = "-m32 -M1,2,4 -e ISABELLE_GHC_SETUP=true", args = "-a -d '~~/src/Benchmarks'")), List(Remote_Build("Mac OS X 10.14 Mojave", "lapnipkow3", self_update = true, - options = "-m32 -M1,2 -e ISABELLE_GHC_SETUP=true -e ISABELLE_OCAML_SETUP=true", + options = "-m32 -M1,2 -e ISABELLE_GHC_SETUP=true", args = "-a -d '~~/src/Benchmarks'")), List( Remote_Build("Windows", "vmnipkow9", historic = true, history = 90, self_update = true,