git.annexia.org
/
fedora-ocaml-rebuild.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e40437b
)
Disable libnbd temporarily
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 12 Dec 2023 12:06:08 +0000
(12:06 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/Goalfile
b/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",