This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new bcd4503  use ci-clang-analyzer preset (#250)
bcd4503 is described below

commit bcd4503328aaedd17cb73a663281da8530d886ee
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Oct 19 10:49:00 2023 -0500

    use ci-clang-analyzer preset (#250)
---
 jenkins/github/clang-analyzer.pipeline | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/jenkins/github/clang-analyzer.pipeline 
b/jenkins/github/clang-analyzer.pipeline
index eabb574..e22c10b 100644
--- a/jenkins/github/clang-analyzer.pipeline
+++ b/jenkins/github/clang-analyzer.pipeline
@@ -46,9 +46,7 @@ pipeline {
 
                         if [ -d cmake ]
                         then
-                            # Build ATS to generate a compile_commands.json 
file for clang-analyzer.
-                            # Disable ccache because supposedly it can confuse 
clang-analyzer.
-                            cmake -B build -G Ninja -DENABLE_CCACHE=OFF 
-DBUILD_EXPERIMENTAL_PLUGINS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 
-DBUILD_TESTING=OFF
+                            cmake -B build --preset ci-clang-analyzer
                             cmake --build build -v
 
                             analyze-build-14 \

Reply via email to