mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: tar: Skip another test on powerpc-linux.
* gnu/packages/base.scm (tar)[arguments]: Adjust the make-flags to skip another test on powerpc-linux. Change-Id: I2916375ba035bae7a6809b033b6b391079aa6f87
This commit is contained in:
@@ -264,6 +264,12 @@ implementation offers several extensions over the standard utility.")
|
|||||||
",!chained renames"
|
",!chained renames"
|
||||||
",!Directory"
|
",!Directory"
|
||||||
"'"))))
|
"'"))))
|
||||||
|
;; 'storing sparse files > 8G' fails on powerpc-linux, likely
|
||||||
|
;; due to the small HDD and RAM present on these devices.
|
||||||
|
((target-ppc32?)
|
||||||
|
'(#:make-flags (list (string-append "TESTSUITEFLAGS= -k "
|
||||||
|
"'!tricky time stamps"
|
||||||
|
",!storing sparse files > 8G'"))))
|
||||||
;; https://lists.gnu.org/archive/html/bug-tar/2021-10/msg00007.html
|
;; https://lists.gnu.org/archive/html/bug-tar/2021-10/msg00007.html
|
||||||
;; tar-1.34 isn't aware of 64-bit time_t and upstream suggests
|
;; tar-1.34 isn't aware of 64-bit time_t and upstream suggests
|
||||||
;; skipping the test for this release on 32-bit systems.
|
;; skipping the test for this release on 32-bit systems.
|
||||||
|
|||||||
Reference in New Issue
Block a user