mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
distro: gawk: Disable parallel tests.
* distro/base.scm (gawk): Explicitly disable parallel tests.
This commit is contained in:
parent
fa14d96e6f
commit
03f9609ad9
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ handlers, distributed shared memory, and more.")
|
|||
((system)
|
||||
(if (string=? system "i686-cygwin")
|
||||
'(#:tests? #f) ; work around test failure on Cygwin
|
||||
'()))
|
||||
'(#:parallel-tests? #f))) ; test suite fails in parallel
|
||||
((system cross-system)
|
||||
'())))
|
||||
'(#:parallel-tests? #f))))
|
||||
(inputs `(("libsigsegv" ,libsigsegv) ; headers
|
||||
("libsigsegv/lib" ,libsigsegv "lib"))) ; library
|
||||
(home-page "http://www.gnu.org/software/gawk/")
|
||||
|
|
Loading…
Reference in a new issue