]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Require at least 8 GiB of space for the build
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Sep 2024 18:42:41 +0000 (18:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Sep 2024 18:42:41 +0000 (18:42 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 0c5c30987ddab6a38388317d5ba362fc23aa215d..9b2e0ee70c6a3417f1101b39f17cb52550c0027e 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -2473,7 +2473,7 @@ build)
        exec_in_namespace "$@"
 
        # Prepare the environment
-       prepareenv --required-space=2048
+       prepareenv --required-space=8192
 
        # Check if the toolchain is available
        if [ ! -e "${BUILD_DIR}${TOOLS_DIR}/.toolchain-successful" ]; then