On Tue, 30 Mar 2021 06:25:21 GMT, Mikael Vidstedt <mik...@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