make.sh: Require at least 8 GiB of space for the build

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-09-03 18:42:41 +00:00
parent a50bd44c44
commit a54da99100

View File

@@ -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