with coverity, disable sccache for real

This commit is contained in:
Sylvestre Ledru 2024-05-03 11:13:22 +02:00
parent d520125d70
commit 7dd4eccab4

1
debian/rules vendored
View File

@ -570,6 +570,7 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS)))
CONFIGURE_EXTRA += --enable-assertions
STAGE_ALL_CMAKE_EXTRA += -DLLVM_ENABLE_ASSERTIONS=ON
SCCACHE_ENABLE=no
SCCACHE_CMAKE=
# no need to run tests in this case
RUN_TEST=no
endif