Skip to content

Commit

Permalink
ci: no aarch64 for musllinux yet
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 17, 2024
1 parent 873ff9b commit 7cff8d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
buildplat:
- { runs_on: ubuntu-20.04, sys: manylinux, arch: x86_64, benv: "" }
- { runs_on: ubuntu-20.04, sys: musllinux, arch: x86_64, benv: "" }
- { runs_on: ubuntu-20.04, sys: musllinux, arch: aarch64, benv: "" }
- { runs_on: macos-14, sys: macosx, arch: arm64, benv: "14.0" }
python:
- { cp: "cp38", rel: "3.8" }
Expand Down Expand Up @@ -59,7 +58,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: ${{ matrix.python.cp }}-${{ matrix.buildplat.sys }}*
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_LINUX: "x86_64"
CIBW_BEFORE_ALL_LINUX: >
apk add build-base git autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev libexttextcat-dev libtool rsync &&
mkdir -p /usr/local/share/aclocal/ && rsync -av --ignore-existing /usr/share/aclocal/*.m4 /usr/local/share/aclocal/ &&
Expand Down

0 comments on commit 7cff8d3

Please sign in to comment.