gnu: libchewing: Disable parallel tests.
Some tests fail constant when building with multiple threads. * gnu/packages/language.scm (libchewing)[arguments]: Set `parallel-tests` to false.
This commit is contained in:
parent
f43a652d4c
commit
63c237d044
@ -287,7 +287,9 @@ Random Cage Fighting Birds, Cool Music etc.")
|
||||
(base32 "04d09w6xdd08v6laj9y4qmqsijw5i2jvshcilhh4vg6cfnfgl2my"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(;; test-easy-symbol and test-fullshape fail with multiple cores.
|
||||
#:parallel-tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-failing-tests
|
||||
(lambda _
|
||||
|
Loading…
Reference in New Issue
Block a user