mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: lz4: Run tests sequentially.
* gnu/packages/compression.scm (lz4)[arguments]: Add #:parallel-tests?.
This commit is contained in:
parent
f85efa86e7
commit
0fc9f34f1c
1 changed files with 1 additions and 0 deletions
|
@ -804,6 +804,7 @@ decompression of some loosely related file formats used by Microsoft.")
|
|||
("valgrind" ,valgrind)))
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
#:parallel-tests? #f ;occasional failures when running in parallel
|
||||
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
||||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||
#:phases
|
||||
|
|
Loading…
Add table
Reference in a new issue