1
1
matrix :
2
2
include :
3
- # Source package verification with Python 2.7 and librdkafka v0.11.6-RC5
3
+ # Source package verification with Python 2.7 and librdkafka v0.11.6
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=v0.11.6-RC5
9
- # Source package verification with Python 3.6 and librdkafka v0.11.6-RC5
8
+ env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.6
9
+ # Source package verification with Python 3.6 and librdkafka v0.11.6
10
10
- os : linux
11
11
language : python
12
12
dist : trusty
13
13
python : " 3.6"
14
- env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.6-RC5
15
- # Source package verification with Python 2.7 and librdkafka v0.11.6-RC5
14
+ env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.6
15
+ # Source package verification with Python 2.7 and librdkafka v0.11.6
16
16
- os : osx
17
17
python : " 2.7"
18
- env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.6-RC5
18
+ env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.6
19
19
before_install :
20
20
- pip install -U pip && pip install virtualenv
21
21
- brew update && brew upgrade pyenv
22
22
- pyenv install -f 2.7.15
23
23
- pip install virtualenv
24
24
- virtualenv -p ~/.pyenv/versions/2.7.15/bin/python ./env
25
25
- source env/bin/activate
26
- # Source package verification with Python 3.6 and librdkafka v0.11.6-RC5
26
+ # Source package verification with Python 3.6 and librdkafka v0.11.6
27
27
- os : osx
28
28
python : " 3.6"
29
- env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.6-RC5
29
+ env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.6
30
30
before_install :
31
31
- pip install -U pip && pip install virtualenv
32
32
- brew update && brew upgrade pyenv
@@ -36,15 +36,15 @@ matrix:
36
36
- source env/bin/activate
37
37
# cibuildwheel for osx
38
38
- os : osx
39
- env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl v0.11.6-RC5 tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
39
+ env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl v0.11.6 tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
40
40
before_install :
41
41
- brew update && brew upgrade pyenv
42
42
- pip install virtualenv
43
43
# cibuildwheel for manylinux
44
44
- os : linux
45
45
dist : trusty
46
46
sudo : required
47
- env : CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh v0.11.6-RC5 "
47
+ env : CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh v0.11.6"
48
48
language : python
49
49
python : " 2.7"
50
50
services : docker
0 commit comments