RFR: 8264224: Add macosx-aarch64 to Oracle build configurations

Magnus Ihse Bursie ihse at openjdk.java.net
Tue Mar 30 11:43:38 UTC 2021


On Tue, 30 Mar 2021 06:42:39 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> This adds the necessary macosx-aarch64 support to the build configurations at Oracle.
>
> make/conf/jib-profiles.js line 1049:
> 
>> 1047:     var devkit_platform_revisions = {
>> 1048:         linux_x64: "gcc10.2.0-OL6.4+1.0",
>> 1049:         macosx: "Xcode12.4+1.0",
> 
> XCode bump w/o check for aarch?

This seems to be used at line 1133 where 11.3.1 is hard-coded for x64. So I guess it works but I'm not very fond of this solution. @vidmik Why don't you put both x64 and aarch64 revisions here?

-------------

PR: https://git.openjdk.java.net/jdk/pull/3258



More information about the build-dev mailing list