On Thu, 11 Jun 2026 23:20:11 GMT, Ashay Rane <[email protected]> wrote:

> The most recent version of MSys2/Make produces the string "Built for
> x86_64-pc-cygwin" whereas the previous version produces the string
> "Built for x86_64-pc-msys".  This change breaks the configure step of
> the build because of the configure script's expectation that on MSys2,
> the string should contain "cygwin".  This patch fixes the problem so
> that both old and new versions of MSys2/Make work.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

It seems we need to also apply this change to the update repositories, since 
it's blocking PRs (see 
https://github.com/openjdk/jdk21u-dev/pull/2930#issuecomment-4689749409).  I 
understand that we'd need to apply this to v26, v25, v21, v17, and v11, but 
(given the expediency) should I backport this patch to the "u" repos (e.g. 
jdk21u) or to "u-dev" repos (e.g. jdk21u-dev)?

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

PR Comment: https://git.openjdk.org/jdk/pull/31491#issuecomment-4691397615

Reply via email to