Block ocaml-camlp4, ocaml-camlp5, ocaml-zarith from OCaml 4.08 rebuild.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 29 Apr 2019 15:21:44 +0000 (16:21 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 30 Apr 2019 09:40:23 +0000 (10:40 +0100)
camlp4/5 need porting.  zarith seems to have FTBFS problems
unrelated to OCaml version.

fedora_ocaml_rebuild.ml

index 5f17887..1103ebb 100644 (file)
@@ -30,6 +30,8 @@ let yum_repo = "koji-rawhide"
  *)
 let blocked = [
   "ocaml-camlp4";   (* not ported to 4.08 yet *)
+  "ocaml-camlp5";   (* not ported to 4.08 yet *)
+  "ocaml-zarith";   (* build failures, seemingly unrelated *)
 ]
 let blocked pkg = List.mem pkg blocked