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

Use Github action arm runner for aarch64 builds #89

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

cdce8p
Copy link
Contributor

@cdce8p cdce8p commented Jan 16, 2025

@cdce8p cdce8p force-pushed the github-arm-runners branch from bea3e6b to 1302f1d Compare January 16, 2025 18:29
@cdce8p cdce8p force-pushed the github-arm-runners branch from 525ba11 to 87ed858 Compare January 16, 2025 20:06
Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

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

Oh exciting! Thanks for being so on top of this!

@@ -39,7 +41,7 @@ jobs:
)
echo "include=$MATRIX" | tee -a $GITHUB_OUTPUT
env:
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_LINUX: x86_64
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: should we remove this from here and move --archs x86_64 into the cibuildwheel command above?

@hauntsaninja
Copy link
Collaborator

Sick, looks like the tests run >2x faster on these arm runners than they do on the x86 runners. Maybe we should switch mypy CI to run on the arm runners too...

@hauntsaninja hauntsaninja merged commit ec06cea into mypyc:master Jan 17, 2025
32 of 33 checks passed
@cdce8p cdce8p deleted the github-arm-runners branch January 17, 2025 01:31
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.

2 participants