guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: commencement: m4-boot0: Disable tests for th


From: guix-commits
Subject: branch master updated: gnu: commencement: m4-boot0: Disable tests for the Hurd too.
Date: Mon, 29 May 2023 13:41:56 -0400

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

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 524bd780a0 gnu: commencement: m4-boot0: Disable tests for the Hurd too.
524bd780a0 is described below

commit 524bd780a02e3109d971aaf4fde48bc9a26afda8
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon May 29 19:37:18 2023 +0200

    gnu: commencement: m4-boot0: Disable tests for the Hurd too.
    
    GNU lib's stack-overflow tests fail.
    
    * gnu/packages/commencement.scm (m4-boot0)[arguments]: Set #:tests? to 
#false
    for the Hurd.
---
 gnu/packages/commencement.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ab07fb37ab..78cfa4acd0 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2492,8 +2492,9 @@ exec " gcc "/bin/" program
      `(#:guile ,%bootstrap-guile
        #:implicit-inputs? #f
        ,@(package-arguments m4)
-       ;; Ignore test failure in gnulib for armhf/aarch64.
-       #:tests? ,(not (target-arm?))))))
+       ;; Ignore test failure in gnulib for armhf/aarch64 and Hurd
+       #:tests? ,(and (not (target-arm?))
+                      (not (target-hurd?)))))))
 
 (define bison-boot0
   ;; This Bison is needed to build MiG so we need it early in the process.



reply via email to

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