Disable libnbd temporarily
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 12 Dec 2023 12:06:08 +0000 (12:06 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 12 Dec 2023 12:06:08 +0000 (12:06 +0000)
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.

Goalfile

index 97af2f1..8af1812 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -204,7 +204,8 @@ let packages = [
     "hevea",
     "hivex",
     "libguestfs",
-    "libnbd",
+    # Hangs in OCaml tests, investigate later.
+    #"libnbd",
     "opam",
     "planets",
     "plplot",