Disable nbdkit for now - see comment.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 18 Jan 2020 20:01:54 +0000 (20:01 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 18 Jan 2020 20:01:54 +0000 (20:01 +0000)
Goalfile

index fed4668..a1372bd 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -28,10 +28,12 @@ let fedora-ignored = [ "ocaml-srpm-macros", "ocaml" ]
 let other-packages = [
     "alt-ergo", "apron", "brltty", "coccinelle", "coq",
     "frama-c", "gappalib-coq", "graphviz", "hevea", "hivex",
-    "libguestfs", "libnbd", "nbdkit", "opam", "plplot",
+    "libguestfs", "libnbd", "opam", "plplot",
     "virt-top", "virt-v2v", "why3", "z3",
     # no OCaml code, but needs to be rebuilt after Coq
     "flocq"
+    # "nbdkit" - causes stack overflow in goals expr_to_shell_string
+    # when handling EList.  Is the list returned too long?
 ]
 pure function get-source-packages () returning strings = {
     cd %fedora-dir
@@ -41,5 +43,5 @@ pure function get-source-packages () returning strings = {
 }
 let fedora-source-packages = get-source-packages ()
 
-# Main goal: Rebuild all packages.
+# Main goal: Rebuild all packages in Koji.
 goal all = : wrap ("*koji-built", fedora-source-packages)