We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcb523 commit b242a8fCopy full SHA for b242a8f
.github/workflows/coverity.yml
@@ -57,7 +57,7 @@ jobs:
57
cov-configure --template --compiler icpx --comptype intel_icpx:linux
58
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
59
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
+ sed -i 's/compilation units ([0-9]\{1,2\}%)/compilation units (85%)/g' cov-int/build-log.txt
61
62
- name: Archive Coverity build results
63
id: check_size
0 commit comments