libarchive: unconditionally disable bsdcpio_test patrs on all linux targets (#435487)
This commit is contained in:
@@ -74,9 +74,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"libarchive/test/test_read_disk_directory_traversals.c"
|
||||
"cpio/test/test_option_a.c"
|
||||
"cpio/test/test_option_t.c"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux) [
|
||||
# only on some aarch64-linux systems?
|
||||
# fails tests on filesystems with 64-bit inode values:
|
||||
# FAIL: bsdcpio_test
|
||||
# bsdcpio: linkfile: large inode number truncated: Numerical result out of range
|
||||
"cpio/test/test_basic.c"
|
||||
"cpio/test/test_format_newc.c"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user