We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fb67a commit 6ecb3feCopy full SHA for 6ecb3fe
.travis.yml
@@ -33,7 +33,6 @@ addons:
33
- uuid-dev
34
- python-dev
35
- libmaxminddb-dev
36
- - librdkafka-dev
37
# - libjwt-dev
38
before_install: sh -x scripts/build/install_depends.sh
39
script: sh -x scripts/build/do_build.sh
scripts/build/do_build.sh
@@ -8,4 +8,4 @@ PKGS=`grep -A 35 packages: .travis.yml | grep -e '^ *[-]' | awk '{print $2}'`
8
9
CC_EXTRA_OPTS=${CC_EXTRA_OPTS:-"-Werror"} FASTER=1 NICER=0 make \
10
exclude_modules="db_oracle osp sngtc cachedb_cassandra cachedb_couchbase \
11
- cachedb_mongodb auth_jwt" ${MAKE_TGT:-"all"}
+ cachedb_mongodb auth_jwt event_kafka" ${MAKE_TGT:-"all"}
0 commit comments