Skip to content

Commit c5bdc29

Browse files
committed
Use scan-build from the containre
1 parent 7b8e023 commit c5bdc29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-post-commit-analyzer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
# Run the analyzer.
8585
python3 .github/workflows/ci-post-commit-analyzer-run.py build/compile_commands.json
8686
87-
# TODO: Use scan-build from container once we have new container builds with scan-build.
88-
./clang/tools/scan-build/bin/scan-build --generate-index-only build/analyzer-results
87+
scan-build --generate-index-only build/analyzer-results
8988
9089
- name: Upload Results
9190
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0

0 commit comments

Comments
 (0)