Skip to content
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

.github: Add ARM64 CI #376

Merged
merged 3 commits into from
Jan 22, 2025
Merged

.github: Add ARM64 CI #376

merged 3 commits into from
Jan 22, 2025

Conversation

@corona10 corona10 changed the title .github: Add ARM64 CI [WIP] .github: Add ARM64 CI Jan 18, 2025
@corona10 corona10 requested a review from diegorusso January 18, 2025 07:27
@corona10 corona10 changed the title [WIP] .github: Add ARM64 CI .github: Add ARM64 CI Jan 18, 2025
@@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
# Test all supported versions on Ubuntu:
os: [ubuntu-latest]
os: [ubuntu-latest, ubuntu-24.04-arm]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
experimental: [false]
build: ['']
Copy link
Contributor

@diegorusso diegorusso Jan 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to include some experimental tasks on arm as well? (Block from line 27)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah we should add!

@corona10
Copy link
Member Author

corona10 commented Jan 20, 2025

@diegorusso
https://github.com/python/pyperformance/actions/runs/12869515091/job/35878495572?pr=376

Looks like there is no build for 3.14-dev at this moment.

@diegorusso
Copy link
Contributor

@diegorusso https://github.com/python/pyperformance/actions/runs/12869515091/job/35878495572?pr=376

Looks like there is no build for 3.14-dev at this moment.

Nightly builds seem to support only amd64: https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly

@asottile is there any plan to expand nightly builds to Arm platforms?

@asottile
Copy link

I would have to look at capacity and it would add quite a bit of maintenance but it might not be that bad

@diegorusso
Copy link
Contributor

I would have to look at capacity and it would add quite a bit of maintenance but it might not be that bad

Let me know if you need any help.

@corona10 corona10 merged commit 1d9261a into python:main Jan 22, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants