Skip to content

Commit 112abad

Browse files
Disable tests and example build for librdkafka
1 parent fe26f0d commit 112abad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compile.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,8 @@ function build_kafka {
828828
-DWITH_CURL=OFF \
829829
-DENABLE_LZ4_EXT=OFF \
830830
-DCMAKE_BUILD_TYPE=Release \
831+
-DRDKAFKA_BUILD_TESTS=OFF \
832+
-DRDKAFKA_BUILD_EXAMPLES=OFF \
831833
$CMAKE_GLOBAL_EXTRA_FLAGS \
832834
$EXTRA_FLAGS \
833835
>> "$DIR/install.log" 2>&1

0 commit comments

Comments
 (0)