forked from josch/mmdebstrap
coverage.sh: since fontconfig was fixed, document the remaining reproducibility issues
This commit is contained in:
parent
88b9eaaad9
commit
3962f36441
1 changed files with 4 additions and 6 deletions
10
coverage.sh
10
coverage.sh
|
@ -755,9 +755,8 @@ fi
|
|||
for variant in essential apt minbase buildd important standard; do
|
||||
for format in tar squashfs ext2; do
|
||||
print_header "mode=root/unshare/fakechroot,variant=$variant: check for bit-by-bit identical $format output"
|
||||
# fontconfig doesn't install reproducibly because differences
|
||||
# in /var/cache/fontconfig/. See
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864082
|
||||
# pyc files and man index.db are not reproducible
|
||||
# See #1004557 and #1004558
|
||||
if [ "$variant" = "standard" ]; then
|
||||
echo "skipping test because of #864082" >&2
|
||||
skipped=$((skipped+1))
|
||||
|
@ -2987,9 +2986,8 @@ fi
|
|||
# into /var/cache/apt/archives/partial
|
||||
for variant in extract custom essential apt minbase buildd important standard; do
|
||||
print_header "mode=$defaultmode,variant=$variant: compare output with pre-seeded /var/cache/apt/archives"
|
||||
# fontconfig doesn't install reproducibly because differences
|
||||
# in /var/cache/fontconfig/. See
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864082
|
||||
# pyc files and man index.db are not reproducible
|
||||
# See #1004557 and #1004558
|
||||
if [ "$variant" = "standard" ]; then
|
||||
echo "skipping test because of #864082" >&2
|
||||
skipped=$((skipped+1))
|
||||
|
|
Loading…
Reference in a new issue