Skip to content

Commit b242a8f

Browse files
committed
Debug adjustments uxlfoundation#2
1 parent 3dcb523 commit b242a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cov-configure --template --compiler icpx --comptype intel_icpx:linux
5858
cmake -DTARGET_DOMAINS=blas:rng:lapack:dft:sparse_blas -DENABLE_MKLGPU_BACKEND=off -DCMAKE_VERBOSE_MAKEFILE=on -DREF_BLAS_ROOT=${PWD}/lapack/install -DENABLE_GENERIC_BLAS_BACKEND=ON -DENABLE_MKLCPU_BACKEND=OFF -DGENERIC_BLAS_TUNING_TARGET=INTEL_CPU -B build
5959
cov-build --dir cov-int cmake --build build -j 2 --target all
60-
sed -i 's/\(compilation units (\)[0-9]\+%\()/\185%\2/g' cov-int/build-log.txt
60+
sed -i 's/compilation units ([0-9]\{1,2\}%)/compilation units (85%)/g' cov-int/build-log.txt
6161
6262
- name: Archive Coverity build results
6363
id: check_size

0 commit comments

Comments
 (0)