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 <[email protected]>
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 \

Reply via email to