From: Michael Tremer Date: Tue, 3 Sep 2024 18:42:41 +0000 (+0000) Subject: make.sh: Require at least 8 GiB of space for the build X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a54da99100ebb067490042a9aad1fcd3a86a98a7;p=people%2Fms%2Fipfire-2.x.git make.sh: Require at least 8 GiB of space for the build Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 0c5c30987..9b2e0ee70 100755 --- 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