mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: texlive-bin: Skip another test on powerpc-linux.
* gnu/packages/tex.scm (texlive-bin)[arguments]: When building for powerpc-linux include the custom 'skip-faulty-test phase. Change-Id: I38eb202c788bf483a8d062019f34bb8486d70878
This commit is contained in:
parent
6c02d516b5
commit
0dffb145f0
1 changed files with 2 additions and 1 deletions
|
@ -742,7 +742,8 @@ (define-public texlive-bin
|
|||
(("srcdir/tests/pprecA-0.ind pprecA-0.ind1 \\|\\| exit 1")
|
||||
"srcdir/tests/pprecA-0.ind pprecA-0.ind1 || exit 77")))))
|
||||
'())
|
||||
#$@(if (target-arm32?)
|
||||
#$@(if (or (target-arm32?)
|
||||
(target-ppc32?))
|
||||
`((add-after 'unpack 'skip-faulty-test
|
||||
(lambda _
|
||||
;; Skip this faulty test on armhf-linux:
|
||||
|
|
Loading…
Reference in a new issue