We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba1d37 commit 5eab769Copy full SHA for 5eab769
.github/workflows/codechecker.yml
@@ -94,6 +94,7 @@ jobs:
94
#export CODECHECKER_CLEANUP=y
95
#export CODECHECKER_EXPORT=sarif
96
pip install codechecker==v6.25.1 cppcheck sarif-tools jq
97
+ export PATH=/usr/lib/llvm-16/bin/:$PATH
98
99
west build -b native_sim samples/synchronization -- -DZEPHYR_SCA_VARIANT=codechecker -DCODECHECKER_EXPORT=sarif
100
sarif copy --output results.sarif $(find build -name "codechecker.sarif")
0 commit comments