Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ppc64 arch - byeeee
Browse files Browse the repository at this point in the history
Jonxslays committed Feb 25, 2024
1 parent 1ed12c7 commit fafc026
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [aarch64, armv7, s390x, ppc64le, ppc64]
target: [aarch64, armv7, s390x, ppc64le]

steps:
- name: Checkout code
@@ -161,12 +161,6 @@ jobs:
with:
python-version: 3.9

- name: Install powerpc gcc
if: matrix.target == 'ppc64'
run: | # wtf such a hack
sudo apt-get install gcc-powerpc-linux-gnu
which powerpc-linux-gnu-gcc
- name: Build wheels - ${{ matrix.target }}
uses: PyO3/maturin-action@v1
with:

0 comments on commit fafc026

Please sign in to comment.