guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: spandsp: Disable parallel build.


From: guix-commits
Subject: branch master updated: gnu: spandsp: Disable parallel build.
Date: Fri, 03 Apr 2020 23:02:08 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e8a1c5a  gnu: spandsp: Disable parallel build.
e8a1c5a is described below

commit e8a1c5af8421910d80e6bf4ecc6440e9200c76b1
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Fri Apr 3 22:57:15 2020 -0400

    gnu: spandsp: Disable parallel build.
    
    The build could otherwise fail non-deterministically.
    
    Reported-by: Raghav Gururajan <address@hidden>
    
    * gnu/packages/telephony.scm (spandsp)[arguments]: Set parallel-build? to
    false.
---
 gnu/packages/telephony.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 95d3ab5..96909b0 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -109,6 +109,7 @@
     (outputs '("out" "doc" "static"))   ;doc contains HTML documentation
     (arguments
      `(#:configure-flags '("--enable-doc=yes" "--enable-tests=yes")
+       #:parallel-build? #f ;non-deterministic build failures may occur 
otherwise
        #:parallel-tests? #f ;fails removing the same the files twice otherwise
        #:phases (modify-phases %standard-phases
                   (add-after 'unpack 'patch-configure.ac



reply via email to

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