Skip to content

Commit

Permalink
windows: build: Disable out_kafka in AppVeyor builds
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
  • Loading branch information
cosmo0920 committed Apr 3, 2024
1 parent 5017b38 commit 00137c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/windows-setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,12 @@ if(FLB_WINDOWS_DEFAULTS)
set(FLB_OUT_LIB Yes)
set(FLB_OUT_NULL Yes)
set(FLB_OUT_FLOWCOUNTER Yes)
if (NOT "$ENV{APPVEYOR}" STREQUAL "")
message(STATUS, "AppVeyor causes strange OpenSSL linkage for librdkafka. So, we'll disable kafka plugin.")
set(FLB_OUT_KAFKA No)
else()
set(FLB_OUT_KAFKA Yes)
endif()
set(FLB_OUT_KAFKA_REST No)
set(FLB_OUT_CLOUDWATCH_LOGS Yes)
set(FLB_OUT_S3 Yes)
Expand Down

0 comments on commit 00137c1

Please sign in to comment.