3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Efraim Flashner 2017-02-20 10:56:32 +02:00
parent 864738baaa
commit e747964420
Signed by untrusted user: efraim
GPG key ID: F4C1D3917EACEE93

View file

@ -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)