mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
make.sh: Remove check for minimum host memory
This won't build on the ARM builders any more Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
5
make.sh
5
make.sh
@@ -861,11 +861,6 @@ fi
|
||||
# Get the amount of memory in this build system
|
||||
HOST_MEM=$(system_memory)
|
||||
|
||||
# Checking host memory, tuning XZ_OPT
|
||||
if [ ${HOST_MEM} -lt 1024 ]; then
|
||||
exiterror "You will need more than 1GB or host memory to run the build"
|
||||
fi
|
||||
|
||||
# We compress archives with "xz -8", using all cores and up to 70% of memory
|
||||
XZ_MEM=$(( HOST_MEM * 7 / 10 ))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user