guix-commits
[Top][All Lists]
Advanced

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

07/07: bootstrap: guile-static: Disable parallel build.


From: guix-commits
Subject: 07/07: bootstrap: guile-static: Disable parallel build.
Date: Thu, 15 Aug 2019 14:48:00 -0400 (EDT)

mhw pushed a commit to branch wip-binaries
in repository guix.

commit 9e6256ba0f32ab12d61c914a3fed879dac881762
Author: Mark H Weaver <address@hidden>
Date:   Mon Aug 12 00:59:51 2019 -0400

    bootstrap: guile-static: Disable parallel build.
    
    * gnu/packages/make-bootstrap.scm (%guile-static)[arguments]:
    Override #:parallel-build? to be #f.
---
 gnu/packages/make-bootstrap.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 2f0bb30..37bf4e9 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -753,6 +753,10 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
                      ((#:tests? _ #f)
                       ;; There are uses of `dynamic-link' in
                       ;; {foreign,coverage}.test that don't fly here.
+                      #f)
+                     ((#:parallel-build? _ #f)
+                      ;; Work around the fact that the Guile build system is
+                      ;; not deterministic when parallel-build is enabled.
                       #f))))))
     (package-with-relocatable-glibc (static-package guile))))
 



reply via email to

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