TSG-9938: 适配rocky linux8.5

This commit is contained in:
liuxueli
2022-04-01 15:01:42 +08:00
parent 453d331717
commit b3057623dc
4 changed files with 145 additions and 24 deletions

View File

@@ -38,7 +38,7 @@ if [ -n "${INSTALL_DEPENDENCY_LIBRARY}" ]; then
source /etc/profile.d/framework.sh
fi
if [ $ASAN_OPTION ];then
if [ $ASAN_OPTION ] && [ -f "/opt/rh/devtoolset-7/enable" ] ;then
source /opt/rh/devtoolset-7/enable
fi