You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/01/31 21:21:36 UTC

[trafficserver] branch master updated: Fix scan-build to use the appropraite base dir

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

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  cd8ff9b   Fix scan-build to use the appropraite base dir
cd8ff9b is described below

commit cd8ff9bd6a0d01d15117d3306fe848bf8090aed5
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Jan 31 14:21:22 2017 -0700

    Fix scan-build to use the appropraite base dir
---
 ci/jenkins/bin/clang-analyzer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/jenkins/bin/clang-analyzer.sh b/ci/jenkins/bin/clang-analyzer.sh
index 0af42aa..1520d9e 100755
--- a/ci/jenkins/bin/clang-analyzer.sh
+++ b/ci/jenkins/bin/clang-analyzer.sh
@@ -53,7 +53,7 @@ export CCC_CC=${LLVM_BASE}/bin/clang
 export CCC_CXX=${LLVM_BASE}/bin/clang++
 
 autoreconf -fi
-scan-build ./configure ${configure}
+${LLVM_BASE}/bin/scan-build ./configure ${configure}
 
 # Since we don't want the analyzer to look at LuaJIT, build it first
 # without scan-build. The subsequent make will then skip it.

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].