cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Enable aarch64 Ubuntu CI jobs

Open ambv opened this issue 1 year ago • 1 comments

ambv avatar Oct 21 '24 13:10 ambv

Let's ignore Windows on Arm runners in this PR as they have a generic image. We (Arm) are working with Github to provide an image with full developers tools installed.

diegorusso avatar Oct 23 '24 16:10 diegorusso

Thanks @ambv for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. 🐍🍒⛏🤖

miss-islington-app[bot] avatar Nov 22 '24 17:11 miss-islington-app[bot]

Sorry, @ambv, I could not cleanly backport this to 3.13 due to a conflict. Please backport using cherry_picker on command line.

cherry_picker 8214e0f709010a0e1fa06dc2ce004b5f6103cc6b 3.13

miss-islington-app[bot] avatar Nov 22 '24 17:11 miss-islington-app[bot]

We need to land https://github.com/python/cpython/pull/126619 first.

ambv avatar Nov 22 '24 17:11 ambv

GH-127170 is a backport of this pull request to the 3.13 branch.

bedevere-app[bot] avatar Nov 22 '24 19:11 bedevere-app[bot]

This is really awesome!

Does that also mean we will see arm64 (aarch64?) windows wheel on PyPI with the next (pre-)release?

Edit: Sorry, got linked from another issue and read it totally wrong.

EwoutH avatar Nov 25 '24 16:11 EwoutH

@EwoutH this only means Python 3.14 and 3.13 are now tested on Arm natively on Linux. This has nothing to do with PyPI, and it also doesn't enable CI on Windows Arm yet, as the description says.

ambv avatar Nov 25 '24 17:11 ambv