summaryrefslogtreecommitdiff
path: root/ci/travis.sh
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-11-11 17:07:42 +0800
committeryangwei <[email protected]>2024-11-11 17:25:38 +0800
commitebf7393f3b06db0de2e4a05903bd7486a564ab33 (patch)
treedb92260018469b03a793f0b7db64e15fa2fbdb56 /ci/travis.sh
parent9b10cb3fd97c7972f3a1a2e447eb08360364d216 (diff)
🐎 ci(add aarch64 jobs): aarch64 + el9v4.7.1
Diffstat (limited to 'ci/travis.sh')
-rw-r--r--ci/travis.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index bcbd1c2..319d002 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -37,9 +37,6 @@ if [ -n "${INSTALL_DEPENDENCY_LIBRARY}" ]; then
yum install -y $INSTALL_DEPENDENCY_LIBRARY
fi
-if [ $ASAN_OPTION ] && [ -f "/opt/rh/devtoolset-7/enable" ] ;then
- source /opt/rh/devtoolset-7/enable
-fi
mkdir build || true
cd build