File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1313 buildplat :
1414 - { runs_on: ubuntu-20.04, sys: manylinux, arch: x86_64, benv: "" }
1515 - { runs_on: ubuntu-20.04, sys: musllinux, arch: x86_64, benv: "" }
16- - { runs_on: ubuntu-20.04, sys: musllinux, arch: aarch64, benv: "" }
1716 - { runs_on: macos-14, sys: macosx, arch: arm64, benv: "14.0" }
1817 python :
1918 - { cp: "cp38", rel: "3.8" }
5958 run : python -m cibuildwheel --output-dir wheelhouse
6059 env :
6160 CIBW_BUILD : ${{ matrix.python.cp }}-${{ matrix.buildplat.sys }}*
62- CIBW_ARCHS_LINUX : " x86_64 aarch64 "
61+ CIBW_ARCHS_LINUX : " x86_64"
6362 CIBW_BEFORE_ALL_LINUX : >
6463 apk add build-base git autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev libexttextcat-dev libtool rsync &&
6564 mkdir -p /usr/local/share/aclocal/ && rsync -av --ignore-existing /usr/share/aclocal/*.m4 /usr/local/share/aclocal/ &&
You can’t perform that action at this time.
0 commit comments