Get ready for F32 build into side tag.
[fedora-ocaml-rebuild.git] / Goalfile
index 86e7992..650f211 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -4,12 +4,13 @@ include "fedora.gl"
 
 let fedora-dir = "%HOME/d/fedora"
 
-let fedora-branch = "master"
-let fedora-tag = "f33-build-side-19773"
+#let fedora-branch = "master"
+let fedora-branch = "f32"
+let fedora-tag = "f32-build-side-19863"
 
 # The magic string that must appear in %changelog when the
 # package has been rebuilt.
-let fedora-rebuild-name = "OCaml 4.10.0 final."
+let fedora-rebuild-name = "OCaml 4.10.0 final (Fedora 32)."
 
 # Packages that are blocked.  Any dependent packages are also blocked
 # automatically.
@@ -26,9 +27,7 @@ let fedora-ignored = [
 let other-packages = [
     "alt-ergo", "apron", "brltty",
     "graphviz", "hevea", "hivex",
-    "libguestfs", "libnbd", "nbdkit",
-    "opam",
-    "plplot",
+    "libguestfs", "libnbd",
     "virt-top", "virt-v2v",
     "z3",
 
@@ -43,7 +42,19 @@ let other-packages = [
 
     # Coccinelle uses -unsafe-string.
     # "coccinelle",
+
+    # Causes a cyclic dependency between libnbd <-> nbdkit.  We need
+    # to fix this in goals itself, but in the meantime disable nbdkit
+    # and build it by hand.
+    # "nbdkit",
+
+    # https://bugzilla.redhat.com/show_bug.cgi?id=1797853
+    # "plplot",
+
+    # FTBFS because of a missing dependency.
+    # "opam",
 ]
+
 pure function get-source-packages () returning strings = {
     cd %fedora-dir
     for f in ocaml* %other-packages; do