diff options
| author | liuchang <[email protected]> | 2023-03-23 06:31:12 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-03-23 06:31:12 +0000 |
| commit | 22a7d36cb8f28cef2c574c36af46045c982329c1 (patch) | |
| tree | 023e526bf0403b19fd898999c7ef9ab15f199476 /ci | |
| parent | 747ecf36f280afc2ea0350e79d1b4e2d7067c124 (diff) | |
test
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index 79a7cc1..9e62eec 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -46,6 +46,9 @@ yum install -y sapp-devel # Maat_rule require MESA/stream.h yum install -y numactl-libs # required by mrzcpd yum install -y libibverbs # required by mrzcpd yum install -y libbreakpad_mini-devel +source /etc/profile.d/framework.sh +source /etc/profile.d/mrzcpd.sh + if [ $ASAN_OPTION ]; then source /opt/rh/devtoolset-7/enable |
