Add Windows ARM64 build - #699
Open
ndabas wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The package does not install on Windows ARM64 machines, if build tooling is not installed.
Solution
As the title says, added Windows ARM64 builds to CI.
Type of Change
Test Plan
CI is passing, I did a smoke test on the built wheels on my Windows ARM64 machine.
Note
Low Risk
CI and documentation only; no runtime or auth changes. Release jobs could fail if the new runner leg is flaky, but that does not affect already-shipped packages.
Overview
Adds Windows on ARM64 (
aarch64-pc-windows-msvc) to the cross-platform wheel build matrix so published wheels install on Windows ARM64 without a local Rust build.The new leg runs on
windows-11-armin dev publish, RC/prod release, and release readiness workflows—the same maturin targets as the existing Windows x64 job. Collect/publish validation now expects 8 abi3 wheels (was 7) so a missing ARM64 artifact fails the pipeline.Installation docs now state that Windows wheels cover x86-64 and arm64, matching what CI ships.
Reviewed by Cursor Bugbot for commit a2e6d82. Bugbot is set up for automated code reviews on this repo. Configure here.