| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -208,6 +208,7 @@ jobs: | |||
| 208 | 208 | image: tonistiigi/binfmt:qemu-v8.1.5 | |
| 209 | 209 | id: qemu | |
| 210 | 210 | - name: Prepare emulation | |
| 211 | + if: ${{ matrix.qemu }} | ||
| 211 | 212 | run: | | |
| 212 | 213 | if [[ -n "${{ matrix.qemu }}" ]]; then | |
| 213 | 214 | # Build emulated architectures only if QEMU is set, | |
@@ -232,7 +233,7 @@ jobs: | |||
| 232 | 233 | uses: pypa/cibuildwheel@v2.22.0 | |
| 233 | 234 | # to supply options, put them in 'env', like: | |
| 234 | 235 | env: | |
| 235 | - CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }} | ||
| 236 | + CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }} | ||
| 236 | 237 | CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc | |
| 237 | 238 | REQUIRE_CYTHON: 1 | |
| 238 | 239 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments