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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sandeepgupta12
Copy link

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.

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.

1 participant