guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ldc: Increase 'max-silent-time'.


From: Ludovic Courtès
Subject: 01/02: gnu: ldc: Increase 'max-silent-time'.
Date: Fri, 16 Feb 2018 05:10:18 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 469069b6e8e05a46e5fd52f1afa1102d2bb1d927
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 16 10:54:57 2018 +0100

    gnu: ldc: Increase 'max-silent-time'.
    
    Reported by Pjotr Prins <address@hidden>.
    
    * gnu/packages/ldc.scm (ldc-bootstrap)[properties]: New field.
---
 gnu/packages/ldc.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
index 8e9ae17..8fe5967 100644
--- a/gnu/packages/ldc.scm
+++ b/gnu/packages/ldc.scm
@@ -165,6 +165,12 @@ and freshness without requiring additional information 
from the user.")
              (sha256
               (base32
                "196mkfax5y3yqm3gz7jhqhnkjwrvr2m4a8nc9k41l0511ldzsk9x"))))))
+
+      (properties
+       ;; Some of the tests take a very long time on ARMv7.  See
+       ;; 
<https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00312.html>.
+       `((max-silent-time . ,(* 3600 3))))
+
       (home-page "http://wiki.dlang.org/LDC";)
       (synopsis "LLVM compiler for the D programming language")
       (description



reply via email to

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