From 16e260011e3e854dfa4022ea644bd35e47fa0e3b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 4 Jan 2020 13:48:31 +0000 Subject: [PATCH] Temporarily ignore graphviz. --- fedora_ocaml_rebuild.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 5b8bf07..9a4520e 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -29,6 +29,7 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-camlp4"; + "graphviz"; (* some compile-time issues *) ] let blocked pkg = List.mem pkg blocked -- 1.8.3.1