-
Notifications
You must be signed in to change notification settings - Fork 32
Add ppc64le support to Docker image and static node build workflows #702
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
base: main
Are you sure you want to change the base?
Conversation
What steps do we need to take to actually hook the runners up here? |
Please apply for GHA runner access by creating an issue here: |
Done: IBM/actionspz#21 thanks |
I think you'll need to re-push to get these builds to tirgger now that we have hge ppc64le builders |
Looks like the node static build wants the target name |
It also looks like it's taking a significant amount of time for items to queue (i.e., we're still seeing the other builds haven't run yet) -- I'm just going to flag that if this is the case, it'll basically be impossible for us to turn on in CI, because of hte impact on developer workflow. |
Thanks for flagging this. We're aware that jobs aren't getting picked up at the moment — this appears to be related to an issue we haven’t encountered before. I’m actively looking into it and should have a fix in place shortly. Appreciate your patience in the meantime. |
I think we need to split this into two PRs: the node part needs to land first, and then then the other images in a follow up PR. |
Makes sense — I’ll go ahead and split the changes. I’ll keep this PR focused on the Node.js part and raise a follow-up PR for the remaining image updates once this is merged. |
Sounds great, thanks for your contributions.
…On Mon, Jul 7, 2025 at 9:37 AM sandeepgupta12 ***@***.***> wrote:
sandeepgupta12 left a comment (pyca/infra#702)
I think we need to split this into two PRs: the node part needs to land first, and then then the other images in a follow up PR.
Makes sense — I’ll go ahead and split the changes. I’ll keep this PR focused on the Node.js part and raise a follow-up PR for the remaining image updates once this is merged.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
--
All that is necessary for evil to succeed is for good people to do nothing.
|
This PR adds support for the ppc64le (PowerPC 64-bit Little Endian) architecture across multiple GitHub Actions workflows and Docker build configurations.
🔧 Changes made:
1. CI Workflow (ci.yml)
2. Wheel Builder Workflow (wheel-builder.yml)
Added two new manylinux containers for ppc64le:
Skipped PyPy builds for ppc64le since official PyPy support is not available for this architecture.
3. Docker Image Builder Workflow (build-docker-images.yml)
4. Static Node Builder Workflow (build-static-node.yml)
5. Dockerfile Update (cryptography-linux/Dockerfile)