skip check-for-bit-by-bit-identical-format-output on 32bit arches because of #1030638

main
parent 5e07567d5a
commit 4c5097f59b
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -59,6 +59,7 @@ Skip-If:
fmt == "squashfs" and dist == "oldstable" # squashfs-tools-ng is not available
fmt == "ext2" and dist == "oldstable" # genext2fs does not support SOURCE_DATE_EPOCH
mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes
mode == "fakechroot" and hostarch in ["i386", "armel", "armhf", "mipsel"] # #1030638
Test: tarfilter-idshift
Needs-QEMU: true

Loading…
Cancel
Save