guix-commits
[Top][All Lists]
Advanced

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

branch wip-texlive-mono updated: gnu: texlivebin: Enable tests on more a


From: guix-commits
Subject: branch wip-texlive-mono updated: gnu: texlivebin: Enable tests on more architectures.
Date: Tue, 08 Aug 2023 04:45:49 -0400

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

andreas pushed a commit to branch wip-texlive-mono
in repository guix.

The following commit(s) were added to refs/heads/wip-texlive-mono by this push:
     new bac23771cf gnu: texlivebin: Enable tests on more architectures.
bac23771cf is described below

commit bac23771cff1818e3015f91d6fe6aaeec9831005
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Aug 8 10:31:16 2023 +0200

    gnu: texlivebin: Enable tests on more architectures.
    
    * gnu/packages/texlive.scm (texlivebin)[arguments]: Enable tests also
    on aarch64 and powerpc64le.
---
 gnu/packages/texlive.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index b6bc3f30f7..05ebb06858 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -191,9 +191,7 @@
       ;; XXX FIXME fix luajit properly on these architectures.
       #:tests? ,(let ((s (or (%current-target-system)
                              (%current-system))))
-                  (not (or (string-prefix? "aarch64" s)
-                           (string-prefix? "mips64" s)
-                           (string-prefix? "powerpc64le" s))))
+                  (not (string-prefix? "mips64" s)))
 
        #:phases
        (modify-phases %standard-phases



reply via email to

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