guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: texlive: Drop special handling of mips64.


From: guix-commits
Subject: 09/09: gnu: texlive: Drop special handling of mips64.
Date: Thu, 17 Aug 2023 08:07:54 -0400 (EDT)

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

commit 3d06806392d8954f39af3c24856b33b5c1e1a390
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Thu Aug 17 14:05:51 2023 +0200

    gnu: texlive: Drop special handling of mips64.
    
    The architecture is effectively abandoned and cannot be tested any more.
    
    * gnu/packages/texlive.scm (texlivebin)[arguments]: Remove check for mips64
    when enabling tests.
---
 gnu/packages/texlive.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 535bda12a6..cb9c186608 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -186,13 +186,6 @@
                "--disable-mfluajit")
              '()))
 
-      ;; Disable tests on some architectures to cope with a failure of
-      ;; luajiterr.test.
-      ;; XXX FIXME fix luajit properly on these architectures.
-      #:tests? ,(let ((s (or (%current-target-system)
-                             (%current-system))))
-                  (not (string-prefix? "mips64" s)))
-
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-psutils-test



reply via email to

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