Skip to content

Commit a64d7ca

Browse files
workflows: exclude librdkafka-dev from pr-compile-without-cxx
Upstream is not really amused with the proposal to allow compilation without CXX support, see confluentinc/librdkafka#4366. So disable it from the check for now. Signed-off-by: Thomas Devoogdt <[email protected]>
1 parent 034e374 commit a64d7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-compile-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ jobs:
139139
run: |
140140
export CXX=/bin/false
141141
export nparallel=$(( $(getconf _NPROCESSORS_ONLN) > 8 ? 8 : $(getconf _NPROCESSORS_ONLN) ))
142-
cmake -DPREFER_SYSTEM_LIB_ZSTD=ON ../
142+
cmake -DPREFER_SYSTEM_LIB_ZSTD=ON -DFLB_KAFKA=OFF ../
143143
make -j $nparallel
144144
working-directory: build

0 commit comments

Comments
 (0)