guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: texlive-bin: Skip another test on powerpc-linux.


From: guix-commits
Subject: 02/03: gnu: texlive-bin: Skip another test on powerpc-linux.
Date: Mon, 27 Nov 2023 06:37:52 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 0dffb145f09f135d6a22e00878da2ca9d650fdc5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 27 07:58:29 2023 +0200

    gnu: texlive-bin: Skip another test on powerpc-linux.
    
    * gnu/packages/tex.scm (texlive-bin)[arguments]: When building for
    powerpc-linux include the custom 'skip-faulty-test phase.
    
    Change-Id: I38eb202c788bf483a8d062019f34bb8486d70878
---
 gnu/packages/tex.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b5da339353..0d76710daa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -742,7 +742,8 @@ and should be preferred to it whenever a package would 
otherwise depend on
                          (("srcdir/tests/pprecA-0.ind pprecA-0.ind1 \\|\\| 
exit 1")
                           "srcdir/tests/pprecA-0.ind pprecA-0.ind1 || exit 
77")))))
                  '())
-          #$@(if (target-arm32?)
+          #$@(if (or (target-arm32?)
+                     (target-ppc32?))
                  `((add-after 'unpack 'skip-faulty-test
                      (lambda _
                        ;; Skip this faulty test on armhf-linux:



reply via email to

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