summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
author杨威 <[email protected]>2020-10-15 16:21:00 +0800
committer杨威 <[email protected]>2020-10-15 16:25:35 +0800
commit2ac3b46da821a4f247acdf106619ab76bd5743b5 (patch)
tree22b7cd6c791866a234c182e16ab62ffcaabcf4c4 /ci
parent02ea2a362ef0f81dc0a3b9a07ef3de7904be3b04 (diff)
🦄refactor(breakpad_mini): 动态链接breakpad_mini
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index ce6430e..07881f0 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -33,10 +33,10 @@ env | sort
: "${COMPILER_IS_GNUCXX:=OFF}"
# Install dependency from YUM
-yum install -y libunwind gperftools
-yum install -y mrzcpd numactl-devel zlib-devel librdkafka-devel systemd-devel
-yum install libMESA_htable-devel libMESA_prof_load-devel libcjson-devel libMESA_field_stat2-devel framework_env libwiredcfg-devel libWiredLB-devel libMESA_handle_logger-devel libasan -y
-source /etc/profile.d/framework.sh
+if [ -n "${INSTALL_DEPENDENCY_LIBRARY}" ]; then
+ yum install -y $INSTALL_DEPENDENCY_LIBRARY
+ source /etc/profile.d/framework.sh
+fi
if [ $ASAN_OPTION ];then
source /opt/rh/devtoolset-7/enable