Skip to content

Commit 2fe47eb

Browse files
ThomasDevoogdtpatrick-stephens
authored andcommitted
workflows: pr-compile-check.yaml: add libc-ares-dev system library test
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
1 parent 4066e1c commit 2fe47eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Install system libraries for this test
6060
run: |
6161
sudo apt-get update
62-
sudo apt-get install -y libjemalloc-dev libluajit-5.1-dev libnghttp2-dev \
63-
libsqlite3-dev libzstd-dev
62+
sudo apt-get install -y libc-ares-dev libjemalloc-dev libluajit-5.1-dev \
63+
libnghttp2-dev libsqlite3-dev libzstd-dev
6464
mkdir -p /tmp/libbacktrace/build && \
6565
curl -L https://github.com/ianlancetaylor/libbacktrace/archive/8602fda.tar.gz | \
6666
tar --strip-components=1 -xzC /tmp/libbacktrace/ && \
@@ -95,6 +95,7 @@ jobs:
9595
export ldd_result=$(ldd ./bin/fluent-bit)
9696
echo "ldd result:"
9797
echo "$ldd_result"
98+
echo "$ldd_result" | grep libcares
9899
echo "$ldd_result" | grep libjemalloc
99100
echo "$ldd_result" | grep libluajit
100101
echo "$ldd_result" | grep libnghttp2

0 commit comments

Comments
 (0)