diff options
| author | 刘畅 <[email protected]> | 2024-11-27 07:25:57 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2024-11-27 07:25:57 +0000 |
| commit | 8e6b426537e274126b7cf5ea76a22b50ed337542 (patch) | |
| tree | d2ae2a688abc66a50f7d2ca836caff59ef557697 /ci | |
| parent | 2e73009c3cfd52ef1962dd338c02b323dabe2943 (diff) | |
| parent | 2f6c16c367cd7e7705abcc7dfb1b08dbfe8a74c5 (diff) | |
Feature support aarch64
See merge request tango/shaping-engine!106
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index 413f024..af97765 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -35,9 +35,7 @@ env | sort # Install dependency from YUM yum install -y libasan yum install -y systemd-devel -yum install -y tsg_master-devel yum install -y framework_env -yum install -y mrzcpd-corei7 yum install -y libfieldstat4-devel yum install -y libmaatframe-devel yum install -y libswarmkv-devel @@ -50,6 +48,12 @@ yum install -y libbreakpad_mini-devel yum install -y msgpack-devel yum install -y librdkafka-devel yum install -y libuuid-devel +if [[ `arch` =~ 'x86_64' ]];then + yum install -y mrzcpd-corei7 +elif [[ `arch` =~ 'aarch64' ]];then + yum install -y mrzcpd +fi + source /etc/profile.d/framework.sh source /etc/profile.d/mrzcpd.sh |
