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