Skip to content

Commit

Permalink
Change clang static analyzer reports store directory to BinDir/scan-b…
Browse files Browse the repository at this point in the history
…uild-log (dotnet#559)

dotnet#558
  • Loading branch information
xiangzhai authored and jkotas committed Dec 5, 2019
1 parent 65dc73a commit 7ea817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ build_native()
if [ $__StaticAnalyzer == 1 ]; then
pushd "$intermediatesForBuild"

buildTool="$SCAN_BUILD_COMMAND $buildTool"
buildTool="$SCAN_BUILD_COMMAND -o $__BinDir/scan-build-log $buildTool"
echo "Executing $buildTool install -j $__NumProc"
$buildTool install -j $__NumProc

Expand Down

0 comments on commit 7ea817f

Please sign in to comment.