diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-02-10 10:17:42 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-02-10 10:17:42 +0200 |
commit | c0ec128b8b335edcc0dea980eff085ecd86c3d14 (patch) | |
tree | b6a6da16e9a53b5d83caa479ab002b478f544266 | |
parent | df93fc21a48047988b032ead90b0869491c834c8 (diff) |
gnu: findutils-boot0: Skip tests on armhf, aarch64.
* gnu/packages/commencement.scm (findutils-boot0)[arguments]: Skip tests
on armhf-linux, aarch64-linux.
-rw-r--r-- | gnu/packages/commencement.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 22ec5a04ec..890d57941f 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -2490,6 +2490,8 @@ exec " gcc "/bin/" program ,@(%bootstrap-inputs+toolchain))) (arguments `(#:implicit-inputs? #f + ;; Ignore test failure in gnulib for armhf/aarch64. + #:tests? ,(not (target-arm?)) #:guile ,%bootstrap-guile ;; The build system assumes we have done a mistake when time_t is 32-bit |