Ignore ocaml-base and opam, both FTBFS with OCaml 4.10.
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 19 Jan 2020 21:08:21 +0000 (21:08 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 19 Jan 2020 21:08:21 +0000 (21:08 +0000)
Goalfile

index 3e2800d..3c10466 100644 (file)
--- 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