From 4c5097f59bb6b1fc9a6a975481ccd5b957bfe6df Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 13 Feb 2023 14:45:28 +0100 Subject: [PATCH] skip check-for-bit-by-bit-identical-format-output on 32bit arches because of #1030638 --- coverage.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/coverage.txt b/coverage.txt index 045dbc8..2eeb7bc 100644 --- a/coverage.txt +++ b/coverage.txt @@ -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