diff options
| author | luwenpeng <[email protected]> | 2023-02-17 18:49:07 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-02-17 19:17:18 +0800 |
| commit | 4d42dbe063cee4486f76149737b9c1a3b5f65ac1 (patch) | |
| tree | 2521d2952465168bbf0a97dc319a948184aad92b /ci | |
| parent | 551abde8871070c085ef8c11d99a79ce901bfc87 (diff) | |
bugfix: CI
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 2 |
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 |
