File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
matrix :
2
2
include :
3
- # Source package verification with Python 2.7 and librdkafka master
3
+ # Source package verification with Python 2.7 and librdkafka adminapi
4
4
- os : linux
5
5
language : python
6
6
dist : trusty
7
7
python : " 2.7"
8
- env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
9
- # Source package verification with Python 2.7 and librdkafka v0.9.5
8
+ env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=adminapi
9
+ # Source package verification with Python 2.7 and librdkafka adminapi
10
10
- os : linux
11
11
language : python
12
12
dist : trusty
@@ -18,15 +18,14 @@ matrix:
18
18
dist : trusty
19
19
python : " 3.6"
20
20
env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=adminapi
21
- t 3.7
22
21
# cibuildwheel for osx
23
22
- os : osx
24
- env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl master tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
23
+ env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl adminapi tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
25
24
# cibuildwheel for manylinux
26
25
- os : linux
27
26
dist : trusty
28
27
sudo : required
29
- env : CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh master "
28
+ env : CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh adminapi "
30
29
language : python
31
30
python : " 2.7"
32
31
services : docker
You can’t perform that action at this time.
0 commit comments