File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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 adminapi
3
+ # Source package verification with Python 2.7 and librdkafka master
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=adminapi
9
- # Source package verification with Python 2.7 and librdkafka adminapi
8
+ env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
9
+ # Source package verification with Python 2.7 and librdkafka v0.11.4
10
10
- os : linux
11
11
language : python
12
12
dist : trusty
13
13
python : " 2.7"
14
- env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=adminapi
15
- # Source package verification with Python 3.6 and librdkafka adminapi
14
+ env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.4
15
+ # Source package verification with Python 3.6 and librdkafka master
16
16
- os : linux
17
17
language : python
18
18
dist : trusty
19
19
python : " 3.6"
20
- env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=adminapi
20
+ env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
21
21
# cibuildwheel for osx
22
22
- os : osx
23
- env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl adminapi tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
23
+ env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl master tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
24
24
# cibuildwheel for manylinux
25
25
- os : linux
26
26
dist : trusty
27
27
sudo : required
28
- env : CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh adminapi "
28
+ env : CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh master "
29
29
language : python
30
30
python : " 2.7"
31
31
services : docker
You can’t perform that action at this time.
0 commit comments