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

Sergey Bylokhov serb at openjdk.java.net
Tue Mar 30 06:45:46 UTC 2021


On Tue, 30 Mar 2021 06:25:21 GMT, Mikael Vidstedt <mikael at openjdk.org> wrote:

> This adds the necessary macosx-aarch64 support to the build configurations at Oracle.

make/conf/jib-profiles.js line 456:

> 454:             configure_args: concat(common.configure_args_64bit, "--with-zlib=system",
> 455:                 "--with-macosx-version-max=11.00.00",
> 456:                 "SETFILE=/usr/bin/SetFile"),

"SetFile" from the devkit still does not work on the latest macOS?

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?

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

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



More information about the build-dev mailing list