From a54da99100ebb067490042a9aad1fcd3a86a98a7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 3 Sep 2024 18:42:41 +0000 Subject: [PATCH] make.sh: Require at least 8 GiB of space for the build Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 0c5c30987d..9b2e0ee70c 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 -- 2.39.5