mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-14 06:36:48 -04:00
Update buildjdk.sh
This commit is contained in:
parent
3db5841d72
commit
e2f78169e6
@ -52,4 +52,9 @@ fi
|
||||
|
||||
# mkdir -p build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
|
||||
cd build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
|
||||
make JOBS=4 images
|
||||
make JOBS=4 images || \
|
||||
error_code=$?
|
||||
if [ "$error_code" -ne 0 ]; then
|
||||
echo "Build failure, exited with code $error_code. Trying again."
|
||||
make JOBS=4 images
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user