guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: elfutils: Disable parallel tests.


From: Andreas Enge
Subject: 01/01: gnu: elfutils: Disable parallel tests.
Date: Wed, 04 Feb 2015 12:02:26 +0000

andreas pushed a commit to branch wip-gnutls
in repository guix.

commit b437519138219cedf4ed2255e87f52aa130161ca
Author: Andreas Enge <address@hidden>
Date:   Wed Feb 4 13:01:39 2015 +0100

    gnu: elfutils: Disable parallel tests.
    
    * gnu/packages/elf.scm (elfutils): Disable parallel tests, which have
        caused test failures on hydra for x86_64.
---
 gnu/packages/elf.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 540478c..9b8a06a 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -48,6 +48,7 @@
 
     (native-inputs `(("m4" ,m4)))
     (inputs `(("zlib" ,zlib)))
+    (arguments '(#:parallel-tests? #f))
     (home-page "https://fedorahosted.org/elfutils/";)
     (synopsis "Linker and ELF manipulation tools")
     (description



reply via email to

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