libarchive: unconditionally disable bsdcpio_test patrs on all linux targets (#435487)

authored by Fabián Heredia Montiel and committed by GitHub 4e8ef191 4e5e6967

+3 -3
+3 -3
pkgs/by-name/li/libarchive/package.nix
··· 74 74 "libarchive/test/test_read_disk_directory_traversals.c" 75 75 "cpio/test/test_option_a.c" 76 76 "cpio/test/test_option_t.c" 77 - ] 78 - ++ lib.optionals (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux) [ 79 - # only on some aarch64-linux systems? 77 + # fails tests on filesystems with 64-bit inode values: 78 + # FAIL: bsdcpio_test 79 + # bsdcpio: linkfile: large inode number truncated: Numerical result out of range 80 80 "cpio/test/test_basic.c" 81 81 "cpio/test/test_format_newc.c" 82 82 ];