From 5324bda8dbb31613640901bfba9b0dd339bc9616 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 30 Apr 2019 17:55:36 +0100 Subject: [PATCH] Block ocaml-yojson --- fedora_ocaml_rebuild.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index a5645f1..c4bedeb 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -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 -- 1.8.3.1