TSG-9938 sapp适配rocky linux8.5

This commit is contained in:
liuxueli
2022-03-30 10:02:25 +08:00
parent 6c9c66df2f
commit 802059e402
3 changed files with 62 additions and 14 deletions

View File

@@ -40,7 +40,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