From 6aa79170e9de43d74f1d78e6e89cac1a2d3dbcac Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Jan 2023 21:31:29 +0100 Subject: [PATCH] coverity: disable cmake sccache --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 24752f4e..5affa928 100755 --- a/debian/rules +++ b/debian/rules @@ -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