File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
- name : " Source package verification with Python 2.7 (Linux)"
7
7
os : linux
8
8
language : python
9
- dist : trusty
9
+ dist : xenial
10
10
python : " 2.7"
11
11
env : LD_LIBRARY_PATH="$PWD/tmp-build/lib"
12
12
services : docker
13
13
- name : " Source package verification with Python 3.6 (Linux)"
14
14
os : linux
15
15
language : python
16
- dist : trusty
16
+ dist : xenial
17
17
python : " 3.6"
18
18
env : LD_LIBRARY_PATH="$PWD/tmp-build/lib"
19
19
services : docker
30
30
env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib" INTERPRETER_VERSION="2.7.17"
31
31
- name : " cibuildwheel (manylinux)"
32
32
os : linux
33
- dist : trusty
33
+ dist : xenial
34
34
env :
35
35
- CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh ${LIBRDKAFKA_VERSION}"
36
36
- PYTHON_CONFIGURE_OPTS="--enable-unicode=ucs4 --with-wide-unicode"
You can’t perform that action at this time.
0 commit comments