Skip to content

Commit 163b99c

Browse files
Revert "workflows: exclude libzstd from pr-compile-without-cxx"
This reverts commit e816c48. Not needed anymore since libzstd has been bumped. Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
1 parent 72030f3 commit 163b99c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
sudo apt-get update
137137
sudo apt-get install -y bison cmake flex gcc libssl-dev libyaml-dev
138-
sudo apt-get install -y libzstd-dev librdkafka-dev
138+
sudo apt-get install -y librdkafka-dev
139139
140140
- name: Install cmake
141141
uses: jwlawson/actions-setup-cmake@v2
@@ -149,6 +149,6 @@ jobs:
149149
run: |
150150
export CXX=/bin/false
151151
export nparallel=$(( $(getconf _NPROCESSORS_ONLN) > 8 ? 8 : $(getconf _NPROCESSORS_ONLN) ))
152-
cmake -DFLB_PREFER_SYSTEM_LIB_ZSTD=ON -DFLB_PREFER_SYSTEM_LIB_KAFKA=ON ../
152+
cmake -DFLB_PREFER_SYSTEM_LIB_KAFKA=ON ../
153153
make -j $nparallel
154154
working-directory: build

0 commit comments

Comments
 (0)