From c1ac12983aea586be2555257676b338bcb57bda2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 12 Dec 2023 12:06:08 +0000 Subject: [PATCH] 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. --- Goalfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 1.8.3.1