+1
On 26.08.2020 08:01, Erik Joelsson wrote:
I realized that for LTS releases, the logic adding a numeric only $OPT string
will bail out as we (Oracle) are then adding LTS to the $OPT string. To fix
this, I've added an explicit setting of the new configure parameter
--with-macosx-bundle-build
I realized that for LTS releases, the logic adding a numeric only $OPT
string will bail out as we (Oracle) are then adding LTS to the $OPT
string. To fix this, I've added an explicit setting of the new configure
parameter --with-macosx-bundle-build-version from the jib configuration
for CI buil
I'm not familiar with this tool for creating sysroot, but perhaps you
need to add the libstdc++ dev package to get access to C++ headers?
/Erik
On 2020-08-25 19:46, Choe, Jiwon wrote:
Hi Adrian,
Thanks for the quick reply. Yes, I do have build-essential installed on the
host system.
I have cr
Thank you for the quick review, Severin.
-- Christoph
On 2020-08-26 12:10, Severin Gehwolf wrote:
On Wed, 2020-08-26 at 11:29 +0200, Christoph Göttschkes wrote:
Webrev: https://cr.openjdk.java.net/~cgo/8234535/webrev-11u.00/
This looks fine to me.
Thanks,
Severin
On Wed, 2020-08-26 at 11:29 +0200, Christoph Göttschkes wrote:
> > Webrev: https://cr.openjdk.java.net/~cgo/8234535/webrev-11u.00/
This looks fine to me.
Thanks,
Severin
Hi,
the webrev below still applies cleanly to jdk11u-dev. Could someone
please review this downport?
Thanks,
Christoph
On 2020-07-20 15:48, Christoph Göttschkes wrote:
Hi,
please review this downport of JDK-8234535 to jdk11u-dev.
The changeset does not apply cleanly because of unrelated di