[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ocaml-cairo2: Disable tests.
From: |
guix-commits |
Subject: |
branch master updated: gnu: ocaml-cairo2: Disable tests. |
Date: |
Wed, 18 Nov 2020 16:53:11 -0500 |
This is an automated email from the git hooks/post-receive script.
brettgilio pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 54aa60b gnu: ocaml-cairo2: Disable tests.
54aa60b is described below
commit 54aa60b123bc0417c7ecad0b6cb006f36209339f
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Wed Nov 18 15:52:17 2020 -0600
gnu: ocaml-cairo2: Disable tests.
* gnu/packages/ocaml.scm (ocaml-cairo2): Disable tests.
Issue: #44725
---
gnu/packages/ocaml.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 2121263..a407a37 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5802,7 +5802,9 @@ convenience functions for vectors and matrices.")
"0wzysis9fa850s68qh8vrvqc6svgllhwra3kzll2ibv0wmdqrich"))))
(build-system dune-build-system)
(arguments
- `(#:test-target "tests"))
+ `(;; FIXME: (got signal SEGV) #44725
+ #:tests? #f
+ #:test-target "tests"))
(inputs
`(("cairo" ,cairo)
("gtk+-2" ,gtk+-2)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ocaml-cairo2: Disable tests.,
guix-commits <=