mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: ocaml-cairo2: Amend comment about tests.
* gnu/packages/ocaml.scm (ocaml-cairo2): Amend comment about tests. Related to issue #44725.
This commit is contained in:
parent
8ed4c468ab
commit
34ba163718
1 changed files with 3 additions and 1 deletions
|
@ -5802,7 +5802,9 @@ (define-public ocaml-cairo2
|
|||
"0wzysis9fa850s68qh8vrvqc6svgllhwra3kzll2ibv0wmdqrich"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(;; FIXME: (got signal SEGV) #44725
|
||||
`(;; NOTE: GC reclaims bigarrays packed into a custom structure
|
||||
;; regardless of their refcounts. Affects OCaml >= 4.10.x
|
||||
;; https://github.com/ocaml/ocaml/issues/9360
|
||||
#:tests? #f
|
||||
#:test-target "tests"))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue