X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=15fda83c97b4ba79aabea6982d41c40e96ae17c4;hb=4b20f6a99081f5a0678460a2fb9c1ae291247555;hp=d316f77ecc6b1484e4014be55a0645bb6cd67eb5;hpb=70e1c9d0f4a53d5589d207ab77cfa77b1bdeee57;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index d316f77..15fda83 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -29,7 +29,9 @@ let blocked = [ "ocaml-pa-do"; (* build failure, complex *) "ocaml-lwt"; (* build failure on 4.02.0 *) "ocaml-preludeml"; (* build failure *) + "cduce"; (* broken again with latest 4.02 *) "frama-c"; (* build failure *) + "gappalib-coq"; (* build failure in configure script *) ] let blocked pkg = List.mem pkg blocked @@ -103,6 +105,9 @@ let install_build_dependencies pkg = sh "sudo yum-builddep -y --disablerepo=\\* --enablerepo=%s %s" (quote yum_repo) (fedora_specfile pkg branch) +(* Unset MAKEFLAGS so it doesn't affect local builds. *) +let () = Unix.putenv "MAKEFLAGS" "" + (* Goal: rebuild all packages. *) let rec goal all () = List.iter (fun pkg -> require (rebuild_started pkg)) source_packages