guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: qtwebkit: Build sequentially.


From: guix-commits
Subject: 01/05: gnu: qtwebkit: Build sequentially.
Date: Sun, 10 Feb 2019 17:25:11 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b717d0f90eed10c1173ba10b30db82d502b5b9df
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 10 12:10:17 2019 +0100

    gnu: qtwebkit: Build sequentially.
    
    Fixes <https://bugs.gnu.org/34062>.
    
    * gnu/packages/qt.scm (qtwebkit)[arguments]: Add #:parallel-build? #f.
---
 gnu/packages/qt.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 2e8f2d1..6775a99 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2173,6 +2173,11 @@ different kinds of sliders, and much more.")
     (arguments
      `(#:tests? #f ; no apparent tests; it might be necessary to set
                    ; ENABLE_API_TESTS, see CMakeLists.txt
+
+       ;; Parallel builds fail due to a race condition:
+       ;; <https://bugs.gnu.org/34062>.
+       #:parallel-build? #f
+
        #:configure-flags (list ;"-DENABLE_API_TESTS=TRUE"
                                "-DPORT=Qt"
                                "-DUSE_LIBHYPHEN=OFF"



reply via email to

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