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.
parent
4b6a82517e
commit
4385fbcde5
|
@ -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
|
||||
|
|
Reference in New Issue