distro: gawk: Disable parallel tests.
* distro/base.scm (gawk): Explicitly disable parallel tests.
This commit is contained in:
parent
fa14d96e6f
commit
03f9609ad9
@ -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 New Issue
Block a user