guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libchewing: Disable parallel tests.


From: guix-commits
Subject: branch master updated: gnu: libchewing: Disable parallel tests.
Date: Sun, 31 Jan 2021 12:01:03 -0500

This is an automated email from the git hooks/post-receive script.

jonsger pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 63c237d  gnu: libchewing: Disable parallel tests.
63c237d is described below

commit 63c237d0448d92b3f0b0f9e9c337b2078a27a715
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Sun Jan 31 17:47:20 2021 +0100

    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.
---
 gnu/packages/language.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 67b519a..93e125d 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]