Skip to content

Commit 48a84f3

Browse files
authored
Updated librdkafka src version to master instead of release version for travis build (confluentinc#1456)
Updated librdkafka src version to master instead of release version for travis build
1 parent fb76d8e commit 48a84f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
env:
22
global:
33
- LIBRDKAFKA_VERSION=v1.9.2
4+
- LIBRDKAFKA_SRC_VERSION=master
45

56
jobs:
67
include:
@@ -63,7 +64,7 @@ install:
6364
- if [[ $BUILD_WHEELS != 1 ]]; then pip install -r tests/requirements.txt ; fi
6465
- if [[ $MK_DOCS == y ]]; then pip install -r docs/requirements.txt; fi
6566
# Install librdkafka and confluent_kafka[avro] if not building wheels
66-
- if [[ $BUILD_WHEELS != 1 ]]; then pip install -U protobuf && tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp-build ; fi
67+
- if [[ $BUILD_WHEELS != 1 ]]; then pip install -U protobuf && tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_SRC_VERSION} tmp-build ; fi
6768

6869

6970

0 commit comments

Comments
 (0)