[K/N][build] Use JDK17 on macOS arm64 to prevent odd failures
This commit is contained in:
@@ -124,6 +124,10 @@ allprojects {
|
||||
loadCommandLineProperties()
|
||||
loadLocalProperties()
|
||||
setupClang(project)
|
||||
|
||||
if (HostManager.host.name == "macos_arm64") {
|
||||
JvmToolchain.configureJvmToolchain(project, JdkMajorVersion.JDK_17)
|
||||
}
|
||||
}
|
||||
|
||||
void setupHostAndTarget() {
|
||||
|
||||
Reference in New Issue
Block a user