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

fix: install PyPy on Linux ARM64 #1011

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Jan 19, 2025

Description:
PyPy version manifest uses the aarch64 value for arch key when targetting Linux ARM64.
Map arm64 to aarch64 on Linux when comparing architecture in src/install-pypy.ts.

Related issue:
Fix #1010.

Check list:

  • Mark if tests were added or updated to cover the changes.

@mayeut mayeut requested a review from a team as a code owner January 19, 2025 11:08
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.

Cannot install PyPy on Linux arm64 hosted runners: "Error: PyPy version 3.10 (x) with arch arm64 not found"
1 participant