Remove nbdkit, built by hand.
[fedora-ocaml-rebuild.git] / Goalfile
index c5d4e92..3bd6c85 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -5,15 +5,11 @@ include "fedora.gl"
 let fedora-dir = "%HOME/d/fedora"
 
 let fedora-branch = "master"
-let fedora-tag = "f32-build-side-18015"
-let koji = "koji"
-#let koji = "koji -p riscv64"
-let fedpkg = "fedpkg"
-#let fedpkg = "fedpkg --user-config %HOME/d/fedora-ocaml-rebuild/fedpkg-user-config"
+let fedora-tag = "f33-build-side-19773"
 
 # The magic string that must appear in %changelog when the
 # package has been rebuilt.
-let fedora-rebuild-name = "OCaml 4.10.0+beta1 rebuild."
+let fedora-rebuild-name = "OCaml 4.10.0 final."
 
 # Packages that are blocked.  Any dependent packages are also blocked
 # automatically.
@@ -24,13 +20,6 @@ let fedora-rebuild-name = "OCaml 4.10.0+beta1 rebuild."
 # they have been rebuilt.
 let fedora-ignored = [
     "ocaml-srpm-macros", "ocaml",
-
-    # https://bugzilla.redhat.com/show_bug.cgi?id=1792769
-    "ocaml-base", "ocaml-parsexp", "ocaml-sexplib", "ocaml-odoc",
-
-    # https://bugzilla.redhat.com/show_bug.cgi?id=1792780
-    "ocaml-lwt", "ocaml-curl", "ocaml-lambda-term",
-    "ocaml-lwt-log", "ocaml-markup", "utop", "ocaml-tyxml",
 ]
 
 # All OCaml-related source package names
@@ -38,7 +27,10 @@ let other-packages = [
     "alt-ergo", "apron", "brltty",
     "graphviz", "hevea", "hivex",
     "libguestfs", "libnbd",
+    "opam",
+    "plplot",
     "virt-top", "virt-v2v",
+    "z3",
 
     # no OCaml code, but needs to be rebuilt after Coq
     #"flocq"
@@ -49,22 +41,15 @@ let other-packages = [
     # "why3", "zenon",
     # "flocq",
 
-    # causes stack overflow in goals expr_to_shell_string
-    # when handling EList.  Is the list returned too long?
-    # "nbdkit",
-
-    # plplot FTBFS for unrelated reasons
-    # "plplot",
-
-    # https://bugzilla.redhat.com/show_bug.cgi?id=1792740
-    # "z3",
-
     # Coccinelle uses -unsafe-string.
     # "coccinelle",
 
-    # https://bugzilla.redhat.com/show_bug.cgi?id=1792770
-    # "opam",
+    # 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",
 ]
+
 pure function get-source-packages () returning strings = {
     cd %fedora-dir
     for f in ocaml* %other-packages; do
@@ -74,4 +59,4 @@ pure function get-source-packages () returning strings = {
 let fedora-source-packages = get-source-packages ()
 
 # Main goal: Rebuild all packages in Koji.
-goal all = : wrap ("*koji-built", fedora-source-packages)
+goal all = : wrap ("is-koji-built", fedora-source-packages)