Skip to content

Commit

Permalink
[SYCL][CI] Reduce scope of Coverity scan
Browse files Browse the repository at this point in the history
We are not interested in project/binaries/libraries which are not a part
of the `sycl-toolchain` target - they are already being scanned by the
upstream LLVM.
  • Loading branch information
AlexeySachkov committed Mar 10, 2025
1 parent 6bdde33 commit d366c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
--cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
- name: Build with coverity
run: $GITHUB_WORKSPACE/cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build $GITHUB_WORKSPACE/build
run: $GITHUB_WORKSPACE/cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build $GITHUB_WORKSPACE/build --target sycl-toolchain

- name: Compress results
run: tar -I pigz -cf intel_llvm.tgz cov-int
Expand Down

0 comments on commit d366c7f

Please sign in to comment.