]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: double default image size
authorLuca Boccassi <bluca@debian.org>
Mon, 5 Dec 2022 12:52:19 +0000 (12:52 +0000)
committerLuca Boccassi <bluca@debian.org>
Mon, 5 Dec 2022 15:17:57 +0000 (15:17 +0000)
I am now hitting the 500MB limit on Debian stable.

test/test-functions

index 28331c241221e395bb99104a5a8c071a68c6c613..a87b7b966d1a5064ac11d4876b3f4da0e3534560 100644 (file)
@@ -1344,7 +1344,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