gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/02: CI: use clang compiler for Clang Static Analyser


From: gnunet
Subject: [libmicrohttpd] 02/02: CI: use clang compiler for Clang Static Analyser
Date: Tue, 14 Jun 2022 17:46:27 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 6c5dd2f23d3be9e8a61846f033d2ae37c51f880f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jun 14 16:19:09 2022 +0300

    CI: use clang compiler for Clang Static Analyser
---
 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5e0283e..f1023d59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,10 +78,11 @@ Scan-Build/Debian:
   image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
   script:
     - export CFLAGS="$CFLAGS_DEFAULT"
+    - export CC="clang-3.8"
     - ./bootstrap
-    - scan-build ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=debug 
--disable-sanitizers
-    - scan-build -v -enable-checker security,nullability --status-bugs -o 
scan-build make -j$(nproc)
-    - scan-build -v -enable-checker security,nullability --status-bugs -o 
scan-build make -k check
+    - scan-build --use-cc=clang-3.8 ./configure $CONFIGURE_BASE_FLAGS 
--enable-build-type=debug --disable-sanitizers
+    - scan-build --use-cc="ccache clang-3.8" -v -enable-checker 
security,nullability --status-bugs -o scan-build make -j$(nproc)
+    - scan-build --use-cc="ccache clang-3.8" -v -enable-checker 
security,nullability --status-bugs -o scan-build make -k check
   tags:
     - shared
     - linux

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]