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

Erik Joelsson erikj at openjdk.org
Tue Oct 25 12:49:33 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.

This pull request has now been integrated.

Changeset: af2de975
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/af2de975cbc46ad91c736b110a2212cd32ba60a7
Stats:     26 lines in 1 file changed: 15 ins; 6 del; 5 mod

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

Reviewed-by: djelinski, ihse, mikael

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

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



More information about the build-dev mailing list