me
/
guix
Archived
1
0
Fork 0

gnu: findutils-boot0: Skip tests on armhf, aarch64.

* gnu/packages/commencement.scm (findutils-boot0)[arguments]: Skip tests
on armhf-linux, aarch64-linux.
master
Efraim Flashner 2021-02-10 10:17:42 +02:00
parent df93fc21a4
commit c0ec128b8b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -2490,6 +2490,8 @@ exec " gcc "/bin/" program
,@(%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