disable sccache if cov is used

This commit is contained in:
Sylvestre Ledru 2023-01-23 21:11:49 +01:00
parent 285fe36a6c
commit bc4ed8d66d

1
debian/rules vendored
View File

@ -477,6 +477,7 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS)))
STAGE_ALL_CMAKE_EXTRA += -DLLVM_ENABLE_ASSERTIONS=ON
# no need to run tests in this case
RUN_TEST=no
SCCACHE_ENABLE=no
else
COVERITY_ENABLE=0
endif