File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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/ && \
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
You can’t perform that action at this time.
0 commit comments