File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 7474 if : matrix.use_qemu && fromJSON(env.USE_QEMU)
7575
7676 - name : Build wheels
77- 77+ 7878 if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
7979 env :
8080 CIBW_ARCHS : " ${{ matrix.arch }}"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ matrix:
1616 - arch : s390x
1717
1818install :
19- - python -m pip install cibuildwheel==2.0.0a4
19+ - python -m pip install cibuildwheel==2.0.0
2020 - python -m pip install -r requirements-deploy.txt
2121
2222script :
Original file line number Diff line number Diff line change @@ -28,11 +28,8 @@ before-all = [
2828 " ./scripts/manylinux-build-and-install-openssl.sh" ,
2929]
3030build-verbosity = " 1"
31- manylinux-x86_64-image = " quay.io/pypa/manylinux1_x86_64:2021-07-04-13bcf48"
32- manylinux-i686-image = " quay.io/pypa/manylinux1_i686:2021-07-04-13bcf48"
33- manylinux-aarch64-image = " quay.io/pypa/manylinux2014_aarch64:2021-07-04-1e3ce39"
34- manylinux-ppc64le-image = " quay.io/pypa/manylinux2014_ppc64le:2021-07-04-1e3ce39"
35- manylinux-s390x-image = " quay.io/pypa/manylinux2014_s390x:2021-07-04-1e3ce39"
31+ manylinux-x86_64-image = " manylinux1"
32+ manylinux-i686-image = " manylinux1"
3633
3734[tool .cibuildwheel .linux .environment ]
3835SKBUILD_CONFIGURE_OPTIONS = " -DOPENSSL_ROOT_DIR:PATH=/usr/local/ssl -DCMAKE_JOB_POOL_COMPILE:STRING=compile -DCMAKE_JOB_POOL_LINK:STRING=link -DCMAKE_JOB_POOLS:STRING=compile=2;link=1"
You can’t perform that action at this time.
0 commit comments