File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
env :
2
2
global :
3
3
- LIBRDKAFKA_VERSION=v1.4.0-RC4
4
- matrix :
4
+ jobs :
5
5
include :
6
6
# Source package verification with Python 2.7
7
7
- os : linux
@@ -29,13 +29,11 @@ matrix:
29
29
# cibuildwheel for manylinux
30
30
- os : linux
31
31
dist : trusty
32
- sudo : required
33
32
env :
34
33
- CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh ${LIBRDKAFKA_VERSION}"
35
34
- PYTHON_CONFIGURE_OPTS="--enable-unicode=ucs4 --with-wide-unicode"
36
35
- CIBW_MANYLINUX_X86_64_IMAGE="manylinux1"
37
- - CIBW_MANYLINUX_I686_IMAGE="manylinux1
38
- - INTERPRETER_VERSION="2.7.17"
36
+ - CIBW_MANYLINUX_I686_IMAGE="manylinux1"
39
37
language : python
40
38
python : " 2.7"
41
39
services : docker
@@ -84,7 +82,7 @@ deploy:
84
82
bucket : librdkafka-ci-packages
85
83
region : us-west-1
86
84
local-dir : wheelhouse
87
- upload-dir : confluent-kafka-python/p-confluent-kafka-python__bld-travis__plat-${TRAVIS_OS_NAME}__tag-${TRAVIS_TAG}__sha-${TRAVIS_COMMIT}__bid-${TRAVIS_BUILD_ID}__
85
+ upload_dir : confluent-kafka-python/p-confluent-kafka-python__bld-travis__plat-${TRAVIS_OS_NAME}__tag-${TRAVIS_TAG}__sha-${TRAVIS_COMMIT}__bid-${TRAVIS_BUILD_ID}__
88
86
acl : public_read
89
87
skip_cleanup : true
90
88
on :
You can’t perform that action at this time.
0 commit comments