mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
test: double default image size
I am now hitting the 500MB limit on Debian stable.
(cherry picked from commit de28dd77c1
)
This commit is contained in:
parent
57ab4e2d47
commit
7c0aacc733
@ -1328,7 +1328,7 @@ create_empty_image() {
|
||||
fi
|
||||
|
||||
# Partition sizes are in MiBs
|
||||
local root_size=500
|
||||
local root_size=1000
|
||||
local data_size=50
|
||||
if ! get_bool "$NO_BUILD"; then
|
||||
if meson configure "${BUILD_DIR:?}" | grep 'static-lib\|standalone-binaries' | awk '{ print $2 }' | grep -q 'true'; then
|
||||
|
Loading…
Reference in New Issue
Block a user