me
/
guix
Archived
1
0
Fork 0

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.
master
Jonathan Brielmaier 2021-01-31 17:47:20 +01:00
parent f43a652d4c
commit 63c237d044
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F
1 changed files with 3 additions and 1 deletions

View File

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