summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.build.yml b/.build.yml
index 6fb12f2..cc4a5df 100644
--- a/.build.yml
+++ b/.build.yml
@@ -146,11 +146,7 @@ build_scripts:
- NOCONFIGURE=1 ./autogen.sh
- - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - scan-build $CHECKERS ./configure --without-keyring --enable-compile-warnings=maximum
- - else
- - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- - fi
+ - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- if [ ${DISTRO_NAME} == "debian" ];then