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:
parent
c3aead5568
commit
d5b871bdfe
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user