-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Change job name to 'build arm64' on Windows #129434
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks! Though maybe it makes sense to add a small comment to the code
Thanks @hugovk. LGTM |
Thanks @hugovk for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
(cherry picked from commit c67afb5) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
GH-129439 is a backport of this pull request to the 3.13 branch. |
Sorry, @hugovk and @AA-Turner, I could not cleanly backport this to
|
(cherry picked from commit c67afb5)
GH-129444 is a backport of this pull request to the 3.12 branch. |
The arm64 jobs only build, and don't test, but the job name is build and test (arm64):
https://github.com/python/cpython/actions/runs/13029187014/job/36344506016?pr=129426
Until we can add testing, let's update the name to just "build (arm64)":
https://github.com/python/cpython/actions/runs/13030013914/job/36347048011?pr=129434