On Tue, 16 Jun 2026 07:59:52 GMT, Aleksey Shipilev <[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).
>
> Um, `27u` is too late. Backport to `jdk27` stabilization branch, where GHA is 
> currently broken without this fix :) The easiest way is to do `/backport 
> :jdk27`.

Thanks @shipilev!  Here's the link to the PR to merge this patch into the jdk27 
branch: https://github.com/openjdk/jdk/pull/31529.

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

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

Reply via email to