From: Tobias Brunner Date: Mon, 24 Aug 2020 14:06:06 +0000 (+0200) Subject: testing: Increase maximum guest image size X-Git-Tag: 5.9.1dr1~21^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c4ebbdde82982bc5742e6638117402979a270c3;p=thirdparty%2Fstrongswan.git testing: Increase maximum guest image size Seems that each Debian release increases the image size by about 200 MiB. But increase it a bit more so we have room for logs/tools/debug symbols. --- diff --git a/testing/testing.conf b/testing/testing.conf index 335957732f..683b3dfbd6 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -48,7 +48,7 @@ fi # Base image settings # The base image is a pristine OS installation created using debootstrap. -: ${BASEIMGSIZE=1800} +: ${BASEIMGSIZE=2500} : ${BASEIMGSUITE=stretch} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}