Skip to content
Snippets Groups Projects
Unverified Commit 63c237d0 authored by Jonathan Brielmaier's avatar Jonathan Brielmaier
Browse files

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.
parent f43a652d
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,9 @@ (define-public libchewing
(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 _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment