diff options
| author | yangwei <[email protected]> | 2024-11-11 17:07:42 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-11-15 17:24:17 +0800 |
| commit | 39b31b957b156754b8662d02b200f7a7aa401b63 (patch) | |
| tree | 454c8f6c87b6842847f6c3e4caebbdd45ff38d84 /ci | |
| parent | 07d55c21c16cba89b1f169427bfc9672f46a3b5a (diff) | |
🐎 ci(add aarch64 jobs): aarch64 + el9v4.6.9dev-no-uuid-but-batch
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 3 |
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 |
