File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 59
59
- name : Install system libraries for this test
60
60
run : |
61
61
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
64
64
mkdir -p /tmp/libbacktrace/build && \
65
65
curl -L https://github.com/ianlancetaylor/libbacktrace/archive/8602fda.tar.gz | \
66
66
tar --strip-components=1 -xzC /tmp/libbacktrace/ && \
95
95
export ldd_result=$(ldd ./bin/fluent-bit)
96
96
echo "ldd result:"
97
97
echo "$ldd_result"
98
+ echo "$ldd_result" | grep libcares
98
99
echo "$ldd_result" | grep libjemalloc
99
100
echo "$ldd_result" | grep libluajit
100
101
echo "$ldd_result" | grep libnghttp2
You can’t perform that action at this time.
0 commit comments