Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 19, 2024
1 parent 6bd90e1 commit f2707f9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,16 +288,16 @@ jobs:
gcc: aarch64-linux-gnu-gcc
- target: armv7-unknown-linux-gnueabihf
arch: armv7
gcc: arm-linux-gnueabihf-gcc
- target: s390x-unknown-linux-gnu
arch: s390x
gcc: s390x-linux-gnu-gcc
- target: powerpc64le-unknown-linux-gnu
arch: ppc64le
gcc: cmake # powerpc64le-linux-gnu-gcc
- target: powerpc64-unknown-linux-gnu
arch: ppc64
gcc: powerpc-linux-gnu-gcc
# gcc: arm-linux-gnueabihf-gcc
# - target: s390x-unknown-linux-gnu
# arch: s390x
# gcc: s390x-linux-gnu-gcc
# - target: powerpc64le-unknown-linux-gnu
# arch: ppc64le
# gcc: cmake # powerpc64le-linux-gnu-gcc
# - target: powerpc64-unknown-linux-gnu
# arch: ppc64
# gcc: powerpc-linux-gnu-gcc

steps:
- uses: actions/checkout@v4
Expand All @@ -315,8 +315,8 @@ jobs:
manylinux: 2_28
docker-options: ${{ matrix.platform.maturin_docker_options }}
args: --release --locked --out dist
before-script-linux: |
apt update -y && apt-get install -y ${{ matrix.platform.gcc }}
# before-script-linux: |
# apt update -y && apt-get install -y ${{ matrix.platform.gcc }}
- uses: uraimo/run-on-arch-action@v2
if: matrix.platform.arch != 'ppc64'
name: Test wheel
Expand Down

0 comments on commit f2707f9

Please sign in to comment.