me
/
guix
Archived
1
0
Fork 0

gnu: lz4: Run tests sequentially.

* gnu/packages/compression.scm (lz4)[arguments]: Add #:parallel-tests?.
master
Ludovic Courtès 2020-12-04 12:21:07 +01:00
parent f85efa86e7
commit 0fc9f34f1c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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