guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: guile@1.8: Disable tests.


From: guix-commits
Subject: 02/05: gnu: guile@1.8: Disable tests.
Date: Mon, 6 Sep 2021 16:57:41 -0400 (EDT)

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

commit 78dab5a6c4979a62c3ff3df977d895a840c7ef20
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Sep 6 15:18:33 2021 +0200

    gnu: guile@1.8: Disable tests.
    
    * gnu/packages/guile.scm (guile-1.8)[arguments]: Pass #:tests? #f.
---
 gnu/packages/guile.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index b0b6b16..35859ee 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -110,8 +110,13 @@
 
                       ;; The usual /bin/sh...
                       (substitute* "ice-9/popen.scm"
-                        (("/bin/sh") (which "sh")))
-                      #t)))))
+                        (("/bin/sh") (which "sh"))))))
+
+                ;; XXX: Several numerical tests and tests related to
+                ;; 'inet-pton' fail on glibc 2.33/GCC 10.  Disable them.
+                ;; TODO: Remove this package when its dependents no longer
+                ;; need it.
+                #:tests? #f))
 
    ;; When cross-compiling, a native version of Guile itself is needed.
    (native-inputs (if (%current-target-system)



reply via email to

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