You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clean installed-wheel local suite: 473 passed, 252 skipped
additional remote HTTP/2 test currently receives HTTP 503 from the public endpoint instead of the expected 404; this is not treated as a pass
Release integration note
The new release script produces the ARM64 wheel set, but the external CodeBuild/CodePipeline source and aggregation wiring are intentionally not changed here. That infrastructure must provide and validate the ARM64 secondary source before the release tee consumes it.
All six native windows-11-arm build/install rows passed:
CPython 3.11 wheel on 3.11 and 3.12 (cp311-abi3-win_arm64)
CPython 3.13 wheel on 3.13 and 3.14 (cp313-abi3-win_arm64)
free-threaded 3.13 (cp313-cp313t-win_arm64)
free-threaded 3.14 (cp314-cp314t-win_arm64)
Each clean installed-wheel job ran 497 tests: OK (skipped=252). The workflow asserts the filename and embedded WHEEL tag, verifies that exactly the two known httpbin.org-dependent tests are excluded, and rejects empty discovery. Those two tests are isolated because the public endpoint currently returns 503 instead of their expected 404.
The run-wide failure is from pre-existing fork limitations: AWS OIDC credentials/CRT_CI_ROLE are unavailable to fork jobs, and some macOS jobs are blocked by account billing. The ARM64 jobs do not use those credentials and all passed. External CodeBuild/CodePipeline source and aggregation wiring remains a release-infrastructure follow-up as documented in the PR description.
Hi awscrt maintainers,
I'm from Microsoft and recently I'm working on improving Python ecosystem support for Windows on Arm. So I adds CI support for Windows ARM64. Could you please help to review? Thanks.
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
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.
Summary
win-arm64Python builds without relying on pointer widthclang-clValidation
awscrt-0.36.2-cp313-abi3-win_arm64.whlon native Windows ARM64AF14C5D014A29123E07F53CA9F615F96DEA3E21695791AD5EBBF1C1BCB2E5205_awscrt.pydPE machine:0xAA64Release integration note
The new release script produces the ARM64 wheel set, but the external CodeBuild/CodePipeline source and aggregation wiring are intentionally not changed here. That infrastructure must provide and validate the ARM64 secondary source before the release tee consumes it.