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

Merged
merged 3 commits into from
Feb 5, 2025
Merged

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
@priyagupta108
Copy link
Contributor

Hello @mayeut 👋, thank you for your valuable contribution!
Could you please update the test workflow to remove ubuntu-20.04 due to its deprecation? For more information, please refer to the official deprecation announcement.

@mayeut
Copy link
Contributor Author

mayeut commented Feb 3, 2025

@priyagupta108,

Could you please update the test workflow to remove ubuntu-20.04 due to its deprecation?

done

@priyagupta108 priyagupta108 self-assigned this Feb 3, 2025
@HarithaVattikuti HarithaVattikuti merged commit 8039c45 into actions:main Feb 5, 2025
444 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.

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