RFR: 8287754: Update jib GNU make dependency on Windows to latest cygwin build

Daniel Jeliński djelinski at openjdk.org
Fri Oct 21 07:50:09 UTC 2022


On Thu, 20 Oct 2022 21:49:41 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> For Oracle internal builds we control the version of GNU Make (currently fixed at 4.0). In Cygwin this is causing problems as the now rather dated GNU Make binary we use isn't compatible with Cygwin.dll version 3.3 or later. To work around this, I'm making the dependency dynamic on the version of Cygwin. If the currently running Cygwin is new enough, the dependency will be on GNU make 4.3.

I can confirm that with these changes the build is using make 4.3, and is using all cores as expected.

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

Marked as reviewed by djelinski (Committer).

PR: https://git.openjdk.org/jdk/pull/10805



More information about the build-dev mailing list