On Thu, 21 May 2026 10:21:55 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/workflows/build-windows.yml line 114:
>
>> 112: run: |
>> 113: set +e
>> 114: if [ "${{ inputs.architecture }}" = "ARM64" ]; then
>
> `-eq`, or am I missing something?
I split the configurations for arm64 and x64, so this was removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31102#discussion_r3283468357