On Thu, 21 May 2026 18:34:53 GMT, Luigi Montoya <[email protected]> wrote:
>> .github/actions/get-msys2/action.yml line 66: >> >>> 64: >>> 65: # Remove the default config.site file provided by MSYS2 to ensure >>> config.guess accurately detects the host system. >>> 66: - name: 'Remove default config.site' >> >> So you have to do this, because the change also drops `--extra-conf-options` >> earlier? > > I have to do this because MSYS2’s `config.site` populates the `build_alias` > variable, which causes `config.guess` to incorrectly detect the build > platform. By doing this, we instead rely on our own build system detection. OK, as long as it works. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31102#discussion_r3287675533
