[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: texlive-bin: Remove conditional tests on some architectures.
From: |
guix-commits |
Subject: |
06/07: gnu: texlive-bin: Remove conditional tests on some architectures. |
Date: |
Wed, 8 May 2024 13:22:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 85dfe08a5046763c722766b45b460ab25b0568ad
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 8 18:30:03 2024 +0200
gnu: texlive-bin: Remove conditional tests on some architectures.
* gnu/packages/tex.scm (texlive-bin)[arguments]<#:tests>: Enable tests on
all
supported architectures.
Change-Id: Id23b84218d20d16de23dbe7e45a34463539a690c
---
gnu/packages/tex.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 47bc20f3f5..a1e3620efc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -658,15 +658,6 @@ and should be preferred to it whenever a package would
otherwise depend on
(srfi srfi-26))
#:out-of-source? #t
#:parallel-tests? #f ;bibtex8.test fails otherwise
- ;; 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 (or (string-prefix? "aarch64" s)
- (string-prefix? "mips64" s)
- (string-prefix? "powerpc64le" s))))
#:configure-flags
#~(let ((kpathsea #$(this-package-input "texlive-libkpathsea")))
(list "--with-banner-add=/GNU Guix"
- branch tex-team created (now c8f03f1fb4), guix-commits, 2024/05/08
- 01/07: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/05/08
- 02/07: gnu: texlive-chktex: Fix runtime error., guix-commits, 2024/05/08
- 04/07: gnu: texlive-bin, texlive-kpathsea: Refer to TEXLIVE-SOURCE., guix-commits, 2024/05/08
- 05/07: gnu: texlive-bin: Remove unnecessary phases., guix-commits, 2024/05/08
- 07/07: gnu: Updated commentary in "tex.scm"., guix-commits, 2024/05/08
- 06/07: gnu: texlive-bin: Remove conditional tests on some architectures.,
guix-commits <=
- 03/07: gnu: texlive-psutils: Build binary from TeX Live source, guix-commits, 2024/05/08