You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2024/02/22 17:44:52 UTC

(trafficserver-ci) branch main updated: add back in parallel cmake for clang-analyzer (#318)

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

bnolsen 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 404b33b  add back in parallel cmake for clang-analyzer (#318)
404b33b is described below

commit 404b33b48ce49a019e05cac2f27dc74e25698ffe
Author: Brian Olsen <bn...@gmail.com>
AuthorDate: Thu Feb 22 10:44:47 2024 -0700

    add back in parallel cmake for clang-analyzer (#318)
---
 jenkins/bin/clang-analyzer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/bin/clang-analyzer.sh b/jenkins/bin/clang-analyzer.sh
index 5a45ed7..8827ee0 100755
--- a/jenkins/bin/clang-analyzer.sh
+++ b/jenkins/bin/clang-analyzer.sh
@@ -41,7 +41,7 @@ then
   [ -f "${presetpath}" ] && /bin/cp -f "${presetpath}" .
 
 	cmake -B builddir --preset branch-clang-analyzer
-	cmake --build builddir -v
+	cmake --build builddir -v -j${NPROC}
 
 	${ANAL_BUILD} \
 		--cdb builddir/compile_commands.json \