unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46371] [PATCH] gnu: lz4: Disable parallel testing.
@ 2021-02-07 19:48 Léo Le Bouter via Guix-patches via
  2021-02-11  9:31 ` bug#46371: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Léo Le Bouter via Guix-patches via @ 2021-02-07 19:48 UTC (permalink / raw)
  To: 46371; +Cc: Léo Le Bouter

* gnu/packages/compression.scm (lz4)[arguments]: Set "#:parallel-tests?"
keyword argument to "#f".
---
 gnu/packages/compression.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46371: [PATCH] gnu: lz4: Disable parallel testing.
  2021-02-07 19:48 [bug#46371] [PATCH] gnu: lz4: Disable parallel testing Léo Le Bouter via Guix-patches via
@ 2021-02-11  9:31 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2021-02-11  9:31 UTC (permalink / raw)
  To: Léo Le Bouter; +Cc: 46371-done

Léo Le Bouter <lle-bout@zaclys.net> writes:

> * gnu/packages/compression.scm (lz4)[arguments]: Set "#:parallel-tests?"
> keyword argument to "#f".

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-11  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-07 19:48 [bug#46371] [PATCH] gnu: lz4: Disable parallel testing Léo Le Bouter via Guix-patches via
2021-02-11  9:31 ` bug#46371: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).