diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/compression.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 8e7a2afc09..c502b37b9f 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -809,7 +809,10 @@ decompression of some loosely related file formats used by Microsoft.") ("python" ,python) ("valgrind" ,valgrind))) (arguments - `(#:test-target "test" + `(;; Not designed for parallel testing. + ;; See https://github.com/lz4/lz4/issues/957#issuecomment-737419821 + #:parallel-tests? #f + #:test-target "test" #:make-flags (list (string-append "CC=" ,(cc-for-target)) (string-append "prefix=" (assoc-ref %outputs "out"))) #:phases |