mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-19 18:05:35 +00:00
provide the temporary directory to coverity
This commit is contained in:
parent
185a38a75a
commit
d1ca05fc0e
2
debian/rules
vendored
2
debian/rules
vendored
@ -82,7 +82,7 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS)))
|
|||||||
# pbuilder contains BINDMOUNTS="/opt/cov-analysis/"
|
# pbuilder contains BINDMOUNTS="/opt/cov-analysis/"
|
||||||
# And we have some pbuilder hooks to configure and pack the result
|
# And we have some pbuilder hooks to configure and pack the result
|
||||||
# Where the binaries are installed on the jenkins instance
|
# Where the binaries are installed on the jenkins instance
|
||||||
PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int
|
PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int --tmpdir /tmp/
|
||||||
# no need to run tests in this case
|
# no need to run tests in this case
|
||||||
DEB_BUILD_OPTIONS+=" nocheck"
|
DEB_BUILD_OPTIONS+=" nocheck"
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user