Block ocaml-yojson
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 30 Apr 2019 16:55:36 +0000 (17:55 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 30 Apr 2019 16:55:36 +0000 (17:55 +0100)
fedora_ocaml_rebuild.ml

index a5645f1..c4bedeb 100644 (file)
@@ -32,6 +32,7 @@ let blocked = [
   "ocaml-camlp4";   (* not ported to 4.08 yet *)
   "ocaml-camlp5";   (* not ported to 4.08 yet *)
   "ocaml-zarith";   (* build failures, seemingly unrelated *)
+  "ocaml-yojson";   (* seems to require some proper attention *)
 ]
 let blocked pkg = List.mem pkg blocked