[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/54: gnu: texlive-bin: Remove conditional tests on some architectures.
From: |
guix-commits |
Subject: |
06/54: gnu: texlive-bin: Remove conditional tests on some architectures. |
Date: |
Tue, 14 May 2024 15:34:10 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 6680d8af5a7a549aecdb0f98429c9a947e88553f
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 e19b5d9180..5434f6b04b 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 97dcf2cef7), guix-commits, 2024/05/14
- 01/54: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/05/14
- 02/54: gnu: texlive-chktex: Fix runtime error., guix-commits, 2024/05/14
- 05/54: gnu: texlive-bin: Remove unnecessary phases., guix-commits, 2024/05/14
- 06/54: gnu: texlive-bin: Remove conditional tests on some architectures.,
guix-commits <=
- 04/54: gnu: texlive-bin, texlive-kpathsea: Refer to TEXLIVE-SOURCE., guix-commits, 2024/05/14
- 07/54: gnu: texlive-libkpathsea: Set sane values in "texmf.cnf"., guix-commits, 2024/05/14
- 12/54: gnu: texlive-bin: Skip building axodraw2., guix-commits, 2024/05/14
- 03/54: gnu: texlive-psutils: Build executables., guix-commits, 2024/05/14
- 09/54: gnu: texlive-upmendex: Build executable., guix-commits, 2024/05/14
- 08/54: gnu: texlive-dvisvgm: Build executables., guix-commits, 2024/05/14
- 14/54: gnu: texlive-lacheck: Build executable., guix-commits, 2024/05/14
- 15/54: gnu: texlive-lcdftypetools: Build executables., guix-commits, 2024/05/14
- 10/54: gnu: texlive-xindy: Refactor package., guix-commits, 2024/05/14
- 13/54: gnu: texlive-cjkutils: Build executables., guix-commits, 2024/05/14