1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

test: increase image size

From v251 we split libsystemd-core to save disk space, but
until then we need larger images for the integration tests.
This commit is contained in:
Frantisek Sumsal 2022-03-17 11:04:58 +00:00 committed by Yu Watanabe
parent c3aead5568
commit d5b871bdfe

View File

@ -1228,7 +1228,7 @@ create_empty_image() {
exit 1
fi
local size=500
local size=750
if ! get_bool "$NO_BUILD"; then
if meson configure "${BUILD_DIR:?}" | grep 'static-lib\|standalone-binaries' | awk '{ print $2 }' | grep -q 'true'; then
size=$((size+=200))