mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 05:34:56 -04:00
Merge branch 'buildjre8' of https://github.com/PojavLauncherTeam/android-openjdk-build-multiarch.git into buildjre8
This commit is contained in:
commit
db2c83f334
@ -55,4 +55,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