[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)
- branch core-updates updated (8f8f250 -> 3b88f37), Efraim Flashner, 2017/02/20
- 03/08: gnu: coreutils: Don't run tests in parallel.,
Efraim Flashner <=
- 01/08: gnu: libpng: Update source urls., Efraim Flashner, 2017/02/20
- 04/08: gnu: bash: Update to patch level 12., Efraim Flashner, 2017/02/20
- 06/08: gnu: %bootstrap-coreutils&co: Patch egrep/fgrep to work regardless of $PATH., Efraim Flashner, 2017/02/20
- 05/08: Merge remote-tracking branch 'origin/master' into core-updates, Efraim Flashner, 2017/02/20
- 02/08: gnu: libpng: Update to 1.6.28., Efraim Flashner, 2017/02/20
- 08/08: gnu: Add bootstrap-binaries for 'aarch64-linux'., Efraim Flashner, 2017/02/20
- 07/08: daemon: Ensure proper alignment on the stack., Efraim Flashner, 2017/02/20