Skip to content

Commit

Permalink
Build ppc64 wheel (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored May 15, 2021
1 parent cca85c4 commit a15fda8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
{ target: "armv7-unknown-linux-gnueabihf", arch: "armv7" },
{ target: "s390x-unknown-linux-gnu", arch: "s390x" },
{ target: "powerpc64le-unknown-linux-gnu", arch: "ppc64le" },
{ target: "powerpc64-unknown-linux-gnu", arch: "ppc64" },
]
steps:
- uses: actions/checkout@v2
Expand All @@ -167,11 +168,13 @@ jobs:
env:
PYO3_CROSS_LIB_DIR: /opt/python/${{ matrix.python.abi }}/lib
with:
maturin-version: 'v0.10.5-beta.4'
maturin-version: 'v0.10.5-beta.5'
target: ${{ matrix.platform.target }}
manylinux: auto
args: -i python3.9 --release --out dist --no-sdist --cargo-extra-args="--no-default-features" --cargo-extra-args="--features=extension-module" # disable mimallocator
- uses: uraimo/[email protected]
# run-on-arch-action doesn't have ppc64 support
if: matrix.platform.arch != 'ppc64'
name: Install built wheel
with:
arch: ${{ matrix.platform.arch }}
Expand Down

0 comments on commit a15fda8

Please sign in to comment.