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

This commit is contained in:
Johannes Schauer Marin Rodrigues 2023-02-13 14:45:28 +01:00
parent 5e07567d5a
commit 4c5097f59b
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -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