Patch AArch64 detection and enable Python 3.12 in Linux AArch64 nightly wheels build#4164
Merged
metascroy merged 1 commit intopytorch:mainfrom Apr 16, 2026
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/4164
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 1dd16ed with merge base 00ef369 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Contributor
Author
|
CC @metascroy since you were able to review my last PR. |
|
@digantdesai can you please help with the review? |
Contributor
Author
|
@metascroy bump. Would be great to get some traction on this asap, please. |
Contributor
Author
|
@aditew01 @nikhil-arm how should we escalate this? We don't want it to go stale. |
Contributor
|
Pinged torchao team, lets wait for their reply. |
metascroy
approved these changes
Apr 14, 2026
ca97115 to
1dd16ed
Compare
Contributor
Author
|
These tests had failures due to a bug in the CI that was fixed 2 weeks ago here, unrelated to my changes. I've rebased on @metascroy can we rerun the tests please? |
Contributor
|
Re-running tests after rebase |
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.
Summary
This PR patches the machine checks in the Linux packaging env script (for gating AArch64-specific build flags) and updates the Linux AArch64 wheel build to include Python 3.12.
Changes
.github/workflows/build_wheels_linux_aarch64.ymluname -mcheck inpackaging/env_var_script_linux.shwith explicitaarch64andarm64comparisonsWhy
We attempted to sort the CI out with this PR, but the CI runs after it indicate that the machine detection was not done correctly which this patch detects.
Additionally, it is important for our library Tool Solutions to have Python 3.12 wheels of
torchso we don't need to build it from source, which is why I've added that to the CI.Testing