We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc4f22 commit c1e0cbeCopy full SHA for c1e0cbe
build-farm/platform-specific-configurations/mac.sh
@@ -30,8 +30,8 @@ then
30
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-openssl=fetched --enable-openssl-bundling"
31
fi
32
else
33
- if [[ "$JAVA_FEATURE_VERSION" -ge 17 ]]; then
34
- # JDK17 requires metal (included in full xcode)
+ if [[ "$JAVA_FEATURE_VERSION" -ge 17 ]] || [[ "${ARCHITECTURE}" == "aarch64" ]]; then
+ # JDK17 requires metal (included in full xcode) as does JDK11 on aarch64
35
XCODE_SWITCH_PATH="/Applications/Xcode.app"
36
37
# Command line tools used from JDK9-JDK16
0 commit comments