mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
2
make.sh
2
make.sh
@@ -2473,7 +2473,7 @@ build)
|
|||||||
exec_in_namespace "$@"
|
exec_in_namespace "$@"
|
||||||
|
|
||||||
# Prepare the environment
|
# Prepare the environment
|
||||||
prepareenv --required-space=2048
|
prepareenv --required-space=8192
|
||||||
|
|
||||||
# Check if the toolchain is available
|
# Check if the toolchain is available
|
||||||
if [ ! -e "${BUILD_DIR}${TOOLS_DIR}/.toolchain-successful" ]; then
|
if [ ! -e "${BUILD_DIR}${TOOLS_DIR}/.toolchain-successful" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user