jgiannuzzi commented on code in PR #47811:
URL: https://github.com/apache/arrow/pull/47811#discussion_r2449147265
##########
.github/workflows/cpp_extra.yml:
##########
@@ -313,6 +313,113 @@ jobs:
cd cpp/examples/minimal_build
../minimal_build.build/arrow-example
+ # This job should be kept up-to-date with the equivalent job in cpp.yml
+ windows:
+ needs: check-labels
+ name: ${{ matrix.title }}
+ runs-on: ${{ matrix.os }}
+ if: >-
+ needs.check-labels.outputs.force == 'true' ||
+ contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'),
'CI: Extra') ||
+ contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'),
'CI: Extra: C++')
+ timeout-minutes: 60
+ strategy:
+ fail-fast: false
+ matrix:
+ include:
+ - arch: arm64
+ os: windows-11-arm
+ simd-level: NONE # Currently set to NONE because xsimd does not
support MSVC ARM64 yet
+ title: ARM64 Windows 11 C++
Review Comment:
done via the reusable workflow refactor
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]