From: Richard W.M. Jones Date: Sun, 19 Jan 2020 21:08:21 +0000 (+0000) Subject: Ignore ocaml-base and opam, both FTBFS with OCaml 4.10. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=b375fea28c19e62eb91f5661c9a684f132921bc7;hp=02c0bc25362aac69058d1dd69dea2cfbf6859055;p=fedora-ocaml-rebuild.git Ignore ocaml-base and opam, both FTBFS with OCaml 4.10. --- 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