mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 12:35:11 +00:00
use an hardcoded path
This commit is contained in:
parent
7353a3593a
commit
185a38a75a
9
debian/rules
vendored
9
debian/rules
vendored
@ -81,13 +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 or on the
|
||||
# developer workstation (with the PATH)
|
||||
if test -d /opt/cov-analysis/bin/; then \
|
||||
PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int; \
|
||||
else \
|
||||
PRE_PROCESS=cov-build --dir cov-int; \
|
||||
fi
|
||||
# Where the binaries are installed on the jenkins instance
|
||||
PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int
|
||||
# no need to run tests in this case
|
||||
DEB_BUILD_OPTIONS+=" nocheck"
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user