Skip to content

Commit e9e1dde

Browse files
mgiessingMichael Howitz
andauthored
Enable ppc64le wheels (#269)
Co-authored-by: Michael Howitz <[email protected]>
1 parent 4b56818 commit e9e1dde

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ jobs:
433433
strategy:
434434
matrix:
435435
python-version: ["3.9"]
436-
image: [manylinux2014_x86_64, manylinux2014_i686, manylinux2014_aarch64]
436+
image: [manylinux2014_x86_64, manylinux2014_i686, manylinux2014_aarch64, manylinux2014_ppc64le]
437437

438438
steps:
439439
- name: checkout
@@ -487,6 +487,14 @@ jobs:
487487
# First we must enable emulation
488488
docker run --rm --privileged hypriot/qemu-register
489489
bash .manylinux.sh
490+
- name: Build zope.interface (ppc64le)
491+
if: matrix.image == 'manylinux2014_ppc64le'
492+
env:
493+
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
494+
run: |
495+
# First we must enable emulation
496+
docker run --rm --privileged hypriot/qemu-register
497+
bash .manylinux.sh
490498
491499
- name: Upload zope.interface wheels
492500
uses: actions/upload-artifact@v3

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
6.1 (unreleased)
66
================
77

8-
- Nothing changed yet.
8+
- Add support for building ppc64le wheels.
99

1010

1111
6.0 (2023-03-17)

0 commit comments

Comments
 (0)