Try building server variant for armv7

This commit is contained in:
Duy Tran Khanh 2021-11-21 19:43:27 +07:00 committed by GitHub
parent 6ef0c2aba5
commit fa8b26b2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,19 +19,9 @@ else
export TARGET_SHORT=$TARGET_JDK export TARGET_SHORT=$TARGET_JDK
fi fi
if [ "$TARGET_JDK" == "aarch32" ] || [ "$TARGET_JDK" == "arm" ] if [ -z "$JVM_VARIANTS" ]
then then
echo "VM variant: client" export JVM_VARIANTS=server
if [ -z "$JVM_VARIANTS" ]
then
export JVM_VARIANTS=client
fi
else
echo "VM variant: server"
if [ -z "$JVM_VARIANTS" ]
then
export JVM_VARIANTS=server
fi
fi fi
if [ "$BUILD_IOS" == "1" ]; then if [ "$BUILD_IOS" == "1" ]; then