Skip to content

Commit

Permalink
try built-in support
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalia committed May 20, 2024
1 parent 3dc625a commit 52869b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: |
source /opt/intel/oneapi/setvars.sh
cmake -DENABLE_MKLGPU_BACKEND=off -DTARGET_DOMAINS=${{ matrix.domain }} -DCMAKE_VERBOSE_MAKEFILE=on -DBUILD_FUNCTIONAL_TESTS=False -B build_cov
cov-analysis-linux64-2023.6.2/bin/cov-configure --comptype intel_icx --compiler icx
cov-analysis-linux64-2023.6.2/bin/cov-configure --comptype intel_icpx --compiler icpx
cov-analysis-linux64-2023.6.2/bin/cov-configure --intel_icx
cov-analysis-linux64-2023.6.2/bin/cov-configure --intel_icpx
cov-analysis-linux64-2023.6.2/bin/cov-build --dir cov-int cmake --build build_cov/ --target all --parallel

0 comments on commit 52869b1

Please sign in to comment.