Skip to content

Commit e073a9d

Browse files
committed
add to path
Signed-off-by: Anas Nashif <[email protected]>
1 parent cba1d37 commit e073a9d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/codechecker.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)