Skip to content

Add support for ppc64le architecture to CI and wheel-builder workflows #13130

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

Merged
merged 4 commits into from
Jul 16, 2025

Conversation

sandeepgupta12
Copy link
Contributor

This PR introduces initial support for the ppc64le (PowerPC 64-bit Little Endian) architecture in the GitHub Actions CI and wheel builder workflows.

🔧 Changes Made:

1. CI Workflow (.github/workflows/ci.yml)

  • Added ubuntu-24.04:ppc64le to the NOXSESSION=tests job matrix using a dedicated self-hosted runner labeled ubuntu-24.04-ppc64le.

2. Wheel Builder Workflow (.github/workflows/wheel-builder.yml)

  • Added manylinux2014:ppc64le and manylinux_2_28:ppc64le to the build matrix.
  • Skipped unsupported PyPy builds for ppc64le by extending the exclude section accordingly.

@alex
Copy link
Member

alex commented Jul 16, 2025

Can you update installation.rst and add this to the list of platforms we test on? Otherwise this LGTM.

@alex alex merged commit 29c6a4d into pyca:main Jul 16, 2025
107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants