summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2023-02-17 18:49:07 +0800
committerluwenpeng <[email protected]>2023-02-17 19:17:18 +0800
commit4d42dbe063cee4486f76149737b9c1a3b5f65ac1 (patch)
tree2521d2952465168bbf0a97dc319a948184aad92b /ci
parent551abde8871070c085ef8c11d99a79ce901bfc87 (diff)
bugfix: CI
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 3c9d0c3..ce5bd59 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -41,6 +41,8 @@ yum install -y libMESA_prof_load-devel
yum install -y librulescan-devel
yum install -y sapp-devel # Maat_rule require MESA/stream.h
yum install -y libasan
+yum install -y numactl-libs # required by mrzcpd
+yum install -y libibverbs # required by mrzcpd
if [ $ASAN_OPTION ]; then
source /opt/rh/devtoolset-7/enable