From b375fea28c19e62eb91f5661c9a684f132921bc7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 19 Jan 2020 21:08:21 +0000 Subject: [PATCH] Ignore ocaml-base and opam, both FTBFS with OCaml 4.10. --- Goalfile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Goalfile b/Goalfile index 3e2800d..3c10466 100644 --- a/Goalfile +++ b/Goalfile @@ -22,13 +22,18 @@ let fedora-rebuild-name = "OCaml 4.10.0+beta1 rebuild." # Packages that are ignored, which means they are treated as if # they have been rebuilt. -let fedora-ignored = [ "ocaml-srpm-macros", "ocaml" ] +let fedora-ignored = [ + "ocaml-srpm-macros", "ocaml", + + # https://bugzilla.redhat.com/show_bug.cgi?id=1792769 + "ocaml-base", +] # All OCaml-related source package names let other-packages = [ "alt-ergo", "apron", "brltty", "graphviz", "hevea", "hivex", - "libguestfs", "libnbd", "opam", + "libguestfs", "libnbd", "virt-top", "virt-v2v", # no OCaml code, but needs to be rebuilt after Coq @@ -52,6 +57,9 @@ let other-packages = [ # Coccinelle uses -unsafe-string. # "coccinelle", + + # https://bugzilla.redhat.com/show_bug.cgi?id=1792770 + # "opam", ] pure function get-source-packages () returning strings = { cd %fedora-dir -- 1.8.3.1