RFR: 8287754: Update jib GNU make dependency on Windows to latest cygwin build
Erik Joelsson
erikj at openjdk.org
Thu Oct 20 21:56:40 UTC 2022
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.
-------------
Commit messages:
- JDK-8287754
Changes: https://git.openjdk.org/jdk/pull/10805/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10805&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8287754
Stats: 26 lines in 1 file changed: 15 ins; 6 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/10805.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10805/head:pull/10805
PR: https://git.openjdk.org/jdk/pull/10805
More information about the build-dev
mailing list