From: Richard W.M. Jones Date: Tue, 12 Dec 2023 12:06:08 +0000 (+0000) Subject: Disable libnbd temporarily X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c1ac12983aea586be2555257676b338bcb57bda2;hp=e40437b38b2ef365e8c5800711dda3d7146bdb00;p=fedora-ocaml-rebuild.git Disable libnbd temporarily libnbd hangs in OCaml tests which is suspicious: make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.19.2/ocaml/tests' PASS: test_010_import.bc PASS: test_140_explicit_close.bc <-- hangs here It needs further investigation. --- diff --git a/Goalfile b/Goalfile index 97af2f1..8af1812 100644 --- a/Goalfile +++ b/Goalfile @@ -204,7 +204,8 @@ let packages = [ "hevea", "hivex", "libguestfs", - "libnbd", + # Hangs in OCaml tests, investigate later. + #"libnbd", "opam", "planets", "plplot",