CI install tcpdump & wireshark-cli & jq

This commit is contained in:
luwenpeng
2024-05-15 16:39:49 +08:00
parent 7b20747c8f
commit 00df68695e

View File

@@ -37,6 +37,11 @@ yum install -y mrzcpd-corei7
yum install -y numactl-libs # required by mrzcpd
yum install -y libibverbs # required by mrzcpd
yum install -y libfieldstat4-devel
yum install -y tcpdump
dnf install -y epel-release
dnf install -y wireshark wireshark-cli
dnf install -y libpcap-devel
dnf install -y jq
if [ $ASAN_OPTION ] && [ -f "/opt/rh/devtoolset-7/enable" ]; then
source /opt/rh/devtoolset-7/enable
@@ -52,7 +57,7 @@ cmake3 -DCMAKE_CXX_FLAGS=$CXX_FLAGS \
-DVERSION_DAILY_BUILD=$TESTING_VERSION_BUILD \
..
make -j 4
make test
ctest --output-on-failure
if [ -n "${PACKAGE}" ]; then
make package