coverity: disable cmake sccache

This commit is contained in:
Sylvestre Ledru 2023-01-23 21:31:29 +01:00
parent 6cb47c7b73
commit 6aa79170e9

1
debian/rules vendored
View File

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