|
74 | 74 | CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-*" |
75 | 75 | CIBW_ARCHS_WINDOWS: "AMD64" |
76 | 76 | CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -vv -w {dest_dir} {wheel} --add-path ${{ env.MSYS2_PREFIX }}/bin" |
77 | | - CIBW_ENVIRONMENT_WINDOWS: PH_LIGHT_ACTION=1 |
| 77 | + CIBW_ENVIRONMENT_WINDOWS: PH_LIGHT_ACTION=1 TEST_DECODE_THREADS=0 |
78 | 78 |
|
79 | 79 | - name: Checking built wheels |
80 | 80 | run: | |
@@ -193,8 +193,7 @@ jobs: |
193 | 193 | matrix: |
194 | 194 | cibw_buildlinux: [ manylinux ] |
195 | 195 | cibw_arch: [ "aarch64", "i686", "x86_64" ] |
196 | | - cibw_build: [ "pp38", "pp39" ] |
197 | | - name: ${{ matrix.cibw_buildlinux }} • ${{ matrix.cibw_arch }} • ${{ matrix.cibw_build }} |
| 196 | + name: ${{ matrix.cibw_buildlinux }} • ${{ matrix.cibw_arch }} • PyPy |
198 | 197 | runs-on: ubuntu-20.04 |
199 | 198 | env: |
200 | 199 | BUILD_DIR: "/tmp/ph_build_stuff" |
@@ -230,7 +229,7 @@ jobs: |
230 | 229 | python3 -m pip install cibuildwheel==2.11.4 |
231 | 230 | python3 -m cibuildwheel |
232 | 231 | env: |
233 | | - CIBW_BUILD: ${{ format('{0}-{1}_{2}', matrix.cibw_build , matrix.cibw_buildlinux, matrix.cibw_arch) }} |
| 232 | + CIBW_BUILD: ${{ format('pp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }} |
234 | 233 | CIBW_ARCHS: ${{ matrix.cibw_arch }} |
235 | 234 | CIBW_BEFORE_ALL_LINUX: "yum makecache && yum install -y libjpeg-turbo-devel lcms2-devel" |
236 | 235 | CIBW_ENVIRONMENT_LINUX: BUILD_DIR=/host${{ env.BUILD_DIR }} PH_LIGHT_ACTION=1 |
@@ -325,7 +324,7 @@ jobs: |
325 | 324 |
|
326 | 325 | - name: Install libheif from formula |
327 | 326 | run: | |
328 | | - brew uninstall --force --ignore-dependencies imagemagick x265 aom |
| 327 | + brew uninstall --force --ignore-dependencies imagemagick libheif x265 aom |
329 | 328 | brew install --formula ./libheif/macos/libheif.rb |
330 | 329 |
|
331 | 330 | - name: Install requirements |
|
0 commit comments