mhw pushed a commit to branch core-updates
in repository guix.

commit 232010f89dc6f9fc6f8a1ca5df846048c9eff8ef
Author: Mark H Weaver <[email protected]>
Date:   Thu Feb 19 18:01:18 2015 -0500

    gnu: glibc: Disable parallel build.
    
    * gnu/packages/base.scm (glibc)[arguments]: Disable parallel build.
---
 gnu/packages/base.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index ca440c2..a603688 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2014 Andreas Enge <[email protected]>
 ;;; Copyright © 2012 Nikita Karetnikov <[email protected]>
-;;; Copyright © 2014 Mark H Weaver <[email protected]>
+;;; Copyright © 2014, 2015 Mark H Weaver <[email protected]>
 ;;; Copyright © 2014 Alex Kost <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -385,6 +385,7 @@ included.")
 
    (arguments
     `(#:out-of-source? #t
+      #:parallel-build? #f ; There's at least one race in the build.
       #:configure-flags
       (list "--enable-add-ons"
             "--sysconfdir=/etc"

Reply via email to