mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-18 18:37:45 +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
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user