mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: yasm: Disable parallel tests.
* gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.
This commit is contained in:
parent
ca2b1dcfcd
commit
e9d48bdad4
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ (define-public yasm
|
||||||
(base32
|
(base32
|
||||||
"0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix"))))
|
"0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:parallel-tests? #f)) ; Some tests fail
|
||||||
|
; non-deterministically when run in
|
||||||
|
; parallel
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-wrapper)
|
`(("python" ,python-wrapper)
|
||||||
("xmlto" ,xmlto)))
|
("xmlto" ,xmlto)))
|
||||||
|
|
Loading…
Reference in a new issue