mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Update Azul JVM on Apple M1 (#76923)
Closes #76901. Bump the Azul JVM version for aarch64 M1 i.e. Apple silicon.
This commit is contained in:
parent
9389396183
commit
5c00587edf
2 changed files with 3 additions and 3 deletions
|
@ -214,8 +214,8 @@ class JdkDownloadPluginFuncTest extends AbstractGradleFuncTest {
|
|||
return "/java/GA/" + versionPath + "/GPL/" + filename;
|
||||
} else if (vendor.equals(VENDOR_AZUL)) {
|
||||
final String module = isMac(platform) ? "macosx" : platform;
|
||||
// we only test zulu 15 darwin aarch64 for now
|
||||
return "/zulu${module.equals('linux') ? '-embedded' : ''}/bin/zulu16.28.11-ca-jdk16.0.0-${module}_${arch}.tar.gz";
|
||||
// we only test zulu 16 darwin aarch64 for now
|
||||
return "/zulu${module.equals('linux') ? '-embedded' : ''}/bin/zulu16.32.15-ca-jdk16.0.2-${module}_${arch}.tar.gz";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@ public class JdkDownloadPlugin implements Plugin<Project> {
|
|||
+ zuluPathSuffix
|
||||
+ "/bin/zulu"
|
||||
+ jdk.getMajor()
|
||||
+ ".28.11-ca-jdk16.0.0-"
|
||||
+ ".32.15-ca-jdk16.0.2-"
|
||||
+ azulPlatform(jdk)
|
||||
+ "_[classifier].[ext]";
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue