Skip to content

Commit

Permalink
Re-add gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 19, 2024
1 parent 6679404 commit 260f6f4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,21 +280,21 @@ jobs:
strategy:
matrix:
platform:
- target: aarch64-unknown-linux-gnu
arch: aarch64
# see https://github.com/astral-sh/ruff/issues/3791
# and https://github.com/gnzlbg/jemallocator/issues/170#issuecomment-1503228963
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
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: aarch64-unknown-linux-gnu
# arch: aarch64
# # see https://github.com/astral-sh/ruff/issues/3791
# # and https://github.com/gnzlbg/jemallocator/issues/170#issuecomment-1503228963
# maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
# 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
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 260f6f4

Please sign in to comment.