forked from josch/mmdebstrap
skip check-for-bit-by-bit-identical-format-output on 32bit arches because of #1030638
This commit is contained in:
parent
5e07567d5a
commit
4c5097f59b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue