CI install tcpdump & wireshark-cli & jq
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user