vortex-captain commented on PR #48539:
URL: https://github.com/apache/arrow/pull/48539#issuecomment-4978052762
Hi @MugundanMCW ,
Thanks for the great work! I tested this locally on a Windows ARM64 machine
(cp312, rebased on current main). The wheel builds via the PR's own scripts,
and the full CI test step passes end-to-end: import checks, wheel content
validation, and the pytest suite (7531 passed, 0 failed).
@pitrou @raulcd on the two alternatives discussed earlier in this thread:
- Docker doesn't appear to be available on windows-11-arm, per
https://github.com/actions/runner-images/blob/main/images/windows/Windows11-Arm64-Readme.md
(as opposed to
https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md,
which lists Docker), which would make reusing the AMD64 Docker/archery
flow impractical for win_arm64.
- Cross-compiling for ARM64 from x64 wouldn't avoid a native ARM64 runner
either, since the tests still have to run in an ARM64 environment.
Given that, the native (container-less) approach in this PR seems to be the
realistic path. Would it be able to land in the near future? This would help us
unblock win_arm64 builds of other PyPI packages. Thanks!
--
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]