File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,12 @@ jobs:
8989 run : |
9090 export ZEPHYR_BASE=${PWD}
9191 export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
92- # export ZEPHYR_SCA_VARIANT=codechecker
93- # export CODECHECKER_CONFIG_FILE=$ZEPHYR_BASE/.codechecker.yml
94- # export CODECHECKER_CLEANUP=y
95- # export CODECHECKER_EXPORT=sarif
92+ export ZEPHYR_SCA_VARIANT=codechecker
93+ export CODECHECKER_CONFIG_FILE=$ZEPHYR_BASE/.codechecker.yml
94+ export CODECHECKER_CLEANUP=y
95+ export CODECHECKER_EXPORT=sarif
9696 pip install codechecker==v6.25.1 cppcheck sarif-tools jq
97+ export PATH=/usr/lib/llvm-16/bin/:$PATH
9798
9899 west build -b native_sim samples/synchronization -- -DZEPHYR_SCA_VARIANT=codechecker -DCODECHECKER_EXPORT=sarif
99100 sarif copy --output results.sarif $(find build -name "codechecker.sarif")
You can’t perform that action at this time.
0 commit comments