On Fri, 16 Apr 2021 19:35:26 GMT, Mikael Vidstedt <mik...@openjdk.org> wrote:
>> Erik Joelsson has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix configure args for linux-x64 > > make/conf/jib-profiles.js line 426: > >> 424: (input.build_cpu == "x64" ? common.configure_args_64bit >> : "--openjdk-target=x86_64-linux-gnu"), >> 425: "--with-zlib=system", "--disable-dtrace", >> 426: (input.build_cpu != "x64" ? >> "--openjdk-target=x86_64-linux-gnu" : null), > > Doesn't this add `--openjdk-target=x86_64-linux-gnu` twice when build_cpu is > not "x64"? You are correct, I never finished that edit. Uploaded fix. ------------- PR: https://git.openjdk.java.net/jdk/pull/3551