mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: findutils-boot0: Skip tests on armhf, aarch64.
* gnu/packages/commencement.scm (findutils-boot0)[arguments]: Skip tests on armhf-linux, aarch64-linux.
This commit is contained in:
parent
df93fc21a4
commit
c0ec128b8b
1 changed files with 2 additions and 0 deletions
|
@ -2490,6 +2490,8 @@ (define findutils-boot0
|
||||||
,@(%bootstrap-inputs+toolchain)))
|
,@(%bootstrap-inputs+toolchain)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:implicit-inputs? #f
|
`(#:implicit-inputs? #f
|
||||||
|
;; Ignore test failure in gnulib for armhf/aarch64.
|
||||||
|
#:tests? ,(not (target-arm?))
|
||||||
#:guile ,%bootstrap-guile
|
#:guile ,%bootstrap-guile
|
||||||
|
|
||||||
;; The build system assumes we have done a mistake when time_t is 32-bit
|
;; The build system assumes we have done a mistake when time_t is 32-bit
|
||||||
|
|
Loading…
Reference in a new issue