guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: lz4: Run tests sequentially.


From: guix-commits
Subject: branch core-updates updated: gnu: lz4: Run tests sequentially.
Date: Fri, 04 Dec 2020 06:21:42 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 0fc9f34  gnu: lz4: Run tests sequentially.
0fc9f34 is described below

commit 0fc9f34f1c4357b1152d5eb7e5b71702cf006165
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Dec 4 12:21:07 2020 +0100

    gnu: lz4: Run tests sequentially.
    
    * gnu/packages/compression.scm (lz4)[arguments]: Add #:parallel-tests?.
---
 gnu/packages/compression.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 19b24ea..152b913 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]