mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-19 05:24:24 +00:00
provide the temporary directory to coverity
This commit is contained in:
parent
185a38a75a
commit
d1ca05fc0e
4
debian/rules
vendored
4
debian/rules
vendored
@ -81,8 +81,8 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS)))
|
|||||||
# enable the build using coverity
|
# enable the build using coverity
|
||||||
# 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