File tree 1 file changed +1
-18
lines changed
1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 10
10
CIBW_BEFORE_TEST : " pip install -r {project}/test-requirements.txt"
11
11
CIBW_BEFORE_BUILD_LINUX : " rm -rf ~/.pyxbld && rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux && yum install -y libffi-devel libev libev-devel openssl openssl-devel"
12
12
CIBW_ENVIRONMENT : " CASS_DRIVER_BUILD_CONCURRENCY=2 CFLAGS='-g0 -O3'"
13
- CIBW_SKIP : cp35* cp36* *musllinux*
13
+ CIBW_SKIP : cp35* cp36* pp*i686 *musllinux*
14
14
CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
15
15
CIBW_MANYLINUX_PYPY_X86_64_IMAGE : manylinux_2_28
16
16
CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
28
28
- os : ubuntu-latest
29
29
platform : x86_64
30
30
31
- - os : ubuntu-latest
32
- platform : i686
33
-
34
31
- os : ubuntu-latest
35
32
platform : PyPy
36
33
37
- - os : windows-latest
38
- platform : win32
39
-
40
34
- os : windows-latest
41
35
platform : win64
42
36
79
73
run : |
80
74
echo "CIBW_BUILD=cp3*_x86_64" >> $GITHUB_ENV
81
75
82
- - name : Overwrite for Linux 32
83
- if : runner.os == 'Linux' && matrix.platform == 'i686'
84
- run : |
85
- echo "CIBW_BUILD=cp*_i686" >> $GITHUB_ENV
86
- echo "CIBW_TEST_COMMAND_LINUX=" >> $GITHUB_ENV
87
-
88
76
- name : Overwrite for Linux PyPy
89
77
if : runner.os == 'Linux' && matrix.platform == 'PyPy'
90
78
run : |
96
84
run : |
97
85
echo "CIBW_BUILD=cp*win_amd64" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
98
86
99
- - name : Overwrite for Windows 32
100
- if : runner.os == 'Windows' && matrix.platform == 'win32'
101
- run : |
102
- echo "CIBW_BUILD=cp*win32" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
103
-
104
87
- name : Overwrite for Windows PyPY
105
88
if : runner.os == 'Windows' && matrix.platform == 'PyPy'
106
89
run : |
You can’t perform that action at this time.
0 commit comments