From bc4ed8d66d51f447f374c2dc03bc42d44b4320a7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Jan 2023 21:11:49 +0100 Subject: [PATCH] disable sccache if cov is used --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 3c5da631..24752f4e 100755 --- a/debian/rules +++ b/debian/rules @@ -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