diff options
| author | luwenpeng <[email protected]> | 2024-11-08 18:19:13 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-11-08 18:47:06 +0800 |
| commit | 37c0b1b783f53ba7dab1658315019805bcc415c8 (patch) | |
| tree | e6a29d30676dd051493182be8ef7279472aa2cb1 /ci/travis.sh | |
| parent | 4f48b59b703c4ab40b655e7f79b581b462da0440 (diff) | |
PacketAdapter移除FieldStat2,为适配AArch64做准备
Diffstat (limited to 'ci/travis.sh')
| -rw-r--r-- | ci/travis.sh | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index 58adf53..3bc250d 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -34,14 +34,16 @@ env | sort # Install dependency from YUM #yum install -y libmnl-devel libnfnetlink-devel -yum install -y mrzcpd numactl-devel -yum install -y libMESA_field_stat2-devel +yum install -y mrzcpd-corei7-4.* +yum install -y numactl-devel +yum install -y libfieldstat4-devel yum install -y libMESA_handle_logger-devel yum install -y libMESA_prof_load-devel yum install -y libbreakpad_mini-devel yum install -y libasan yum install -y numactl-libs # required by mrzcpd yum install -y libibverbs # required by mrzcpd +yum install -y libuuid-devel if [ $ASAN_OPTION ];then source /opt/rh/devtoolset-7/enable @@ -62,10 +64,4 @@ if [ -n "${PACKAGE}" ]; then make package cp ~/rpm_upload_tools.py ./ python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm -fi - -if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then - rpm -i packet_adapter*debuginfo*.rpm - cp /usr/lib/debug/opt/tsg/packet_adapter/bin/packet_adapter*debug /tmp/packet_adapter.debuginfo.${CI_COMMIT_SHORT_SHA} - sentry-cli upload-dif -t elf /tmp/packet_adapter.debuginfo.${CI_COMMIT_SHORT_SHA} -fi +fi
\ No newline at end of file |
