guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: coreutils: Don't run tests in parallel.


From: Efraim Flashner
Subject: 03/08: gnu: coreutils: Don't run tests in parallel.
Date: Mon, 20 Feb 2017 06:05:17 -0500 (EST)

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

commit e74796442095370259df714c7700b8412459e804
Author: Efraim Flashner <address@hidden>
Date:   Mon Feb 20 10:56:32 2017 +0200

    gnu: coreutils: Don't run tests in parallel.
    
    * gnu/packages/base.scm (coreutils)[arguments]: Add '#:parallel-tests? #f'
    to address a race contition in the test suite.
---
 gnu/packages/base.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 8dbec90..8be9c88 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -313,6 +313,7 @@ used to apply commands with arbitrarily long arguments.")
    (outputs '("out" "debug"))
    (arguments
     `(#:parallel-build? #f            ; help2man may be called too early
+      #:parallel-tests? #f            ; race condition fixed after 8.26
       #:phases (alist-cons-before
                 'build 'patch-shell-references
                 (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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