mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 04:08:01 -04:00
Update ci_build_global.sh
This commit is contained in:
parent
fa8b26b2bf
commit
a32145f980
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
. setdevkitpath.sh
|
||||
|
||||
export JDK_DEBUG_LEVEL=slowdebug
|
||||
export JDK_DEBUG_LEVEL=release
|
||||
|
||||
if [ "$BUILD_IOS" != "1" ]; then
|
||||
sudo apt update
|
||||
@ -13,7 +13,7 @@ if [ "$BUILD_IOS" != "1" ]; then
|
||||
./maketoolchain.sh
|
||||
else
|
||||
# OpenJDK 8 iOS port is still in unusable state, so we need build in debug mode
|
||||
export JDK_DEBUG_LEVEL=release
|
||||
export JDK_DEBUG_LEVEL=slowdebug
|
||||
|
||||
chmod +x ios-arm64-clang
|
||||
chmod +x ios-arm64-clang++
|
||||
|
Loading…
x
Reference in New Issue
Block a user