From d1ca05fc0edee30569c3c8e0e4cc22e41d2a48f5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 29 Sep 2013 18:30:04 +0000 Subject: [PATCH] provide the temporary directory to coverity --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 8f587fb1..1b4c1134 100755 --- a/debian/rules +++ b/debian/rules @@ -81,8 +81,8 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS))) # enable the build using coverity # pbuilder contains BINDMOUNTS="/opt/cov-analysis/" # And we have some pbuilder hooks to configure and pack the result -# Where the binaries are installed on the jenkins instance - PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int +# Where the binaries are installed on the jenkins instance + PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int --tmpdir /tmp/ # no need to run tests in this case DEB_BUILD_OPTIONS+=" nocheck" endif