me
/
guix
Archived
1
0
Fork 0

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.
Andreas Enge 2023-08-17 14:05:51 +02:00
parent 4b6a82517e
commit 4385fbcde5
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 0 additions and 7 deletions

View File

@ -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