On Thu, 21 May 2026 10:23:48 GMT, Aleksey Shipilev <[email protected]> wrote:

>> Luigi Montoya has updated the pull request with a new target base due to a 
>> merge or a rebase. The pull request now contains one commit:
>> 
>>   Enable GHA testing for Windows ARM64 (#1)
>>   
>>   * Enable GHA testing for Windows ARM64
>>   
>>   * Update Boot JDK to be JDK26
>
> .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.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31102#discussion_r3283508880

Reply via email to