From 84e526997228511d48efea17657fce46d468e2a6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 Jan 2020 20:01:54 +0000 Subject: [PATCH] Disable nbdkit for now - see comment. --- Goalfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Goalfile b/Goalfile index fed4668..a1372bd 100644 --- 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) -- 1.8.3.1