Disable Clang SA and ARCMT to speed up the build.

This commit is contained in:
Pratyush Das 2019-12-02 10:10:45 +05:30 committed by SFT
parent eb5d0d5db2
commit a876834199

View File

@ -122,7 +122,7 @@ install:
fi
fi
# Only care about cling warnings.
export CLING_BUILD_FLAGS="$CLING_BUILD_FLAGS -DLLVM_ENABLE_WARNINGS=OFF -DCLING_ENABLE_WARNINGS=ON"
export CLING_BUILD_FLAGS="$CLING_BUILD_FLAGS -DCLANG_ENABLE_ARCMT=OFF -DCLANG_ENABLE_STATIC_ANALYZER=OFF -DLLVM_ENABLE_WARNINGS=OFF -DCLING_ENABLE_WARNINGS=ON"
echo "travis_fold:""end:install"
# Containers need to timeout before the buildscript exits