guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: findutils-boot0: Skip tests on armhf,


From: guix-commits
Subject: branch core-updates updated: gnu: findutils-boot0: Skip tests on armhf, aarch64.
Date: Wed, 10 Feb 2021 03:19:53 -0500

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

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new c0ec128  gnu: findutils-boot0: Skip tests on armhf, aarch64.
c0ec128 is described below

commit c0ec128b8b335edcc0dea980eff085ecd86c3d14
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 10 10:17:42 2021 +0200

    gnu: findutils-boot0: Skip tests on armhf, aarch64.
    
    * gnu/packages/commencement.scm (findutils-boot0)[arguments]: Skip tests
    on armhf-linux, aarch64-linux.
---
 gnu/packages/commencement.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 22ec5a0..890d579 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2490,6 +2490,8 @@ exec " gcc "/bin/" program
        ,@(%bootstrap-inputs+toolchain)))
     (arguments
      `(#:implicit-inputs? #f
+       ;; Ignore test failure in gnulib for armhf/aarch64.
+       #:tests? ,(not (target-arm?))
        #:guile ,%bootstrap-guile
 
        ;; The build system assumes we have done a mistake when time_t is 32-bit



reply via email to

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