|
30 | 30 | python-version: '3.8'
|
31 | 31 |
|
32 | 32 | - name: Build wheels (manylinux)
|
33 |
| - |
| 33 | + |
34 | 34 | env:
|
35 | 35 | CIBW_BEFORE_BUILD: "bash scripts/fixup_centos_7_in_ci.sh && yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
|
36 | 36 | CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}"
|
|
39 | 39 | CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686"
|
40 | 40 |
|
41 | 41 | - name: Build wheels (musllinux)
|
42 |
| - |
| 42 | + |
43 | 43 | env:
|
44 | 44 | CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
|
45 | 45 | CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
|
|
64 | 64 | uses: docker/setup-qemu-action@v3
|
65 | 65 |
|
66 | 66 | - name: Build wheels (manylinux)
|
67 |
| - |
| 67 | + |
68 | 68 | env:
|
69 | 69 | CIBW_BEFORE_BUILD: "bash scripts/fixup_centos_7_in_ci.sh && yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
|
70 | 70 | CIBW_ARCHS_LINUX: aarch64
|
|
89 | 89 | uses: docker/setup-qemu-action@v3
|
90 | 90 |
|
91 | 91 | - name: Build wheels (musllinux)
|
92 |
| - |
| 92 | + |
93 | 93 | env:
|
94 | 94 | CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
|
95 | 95 | CIBW_ARCHS_LINUX: aarch64
|
@@ -156,7 +156,7 @@ jobs:
|
156 | 156 | cmake --install .
|
157 | 157 |
|
158 | 158 | - name: Build wheels
|
159 |
| - |
| 159 | + |
160 | 160 | env:
|
161 | 161 | CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
|
162 | 162 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
|
@@ -256,7 +256,7 @@ jobs:
|
256 | 256 | shell: cmd
|
257 | 257 |
|
258 | 258 | - name: Build wheels
|
259 |
| - |
| 259 | + |
260 | 260 | env:
|
261 | 261 | CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
|
262 | 262 | CIBW_BUILD: "*-${{ matrix.wheel_arch }}"
|
|
0 commit comments