mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 04:34:26 +00:00
disable sccache if cov is used
This commit is contained in:
parent
285fe36a6c
commit
bc4ed8d66d
1
debian/rules
vendored
1
debian/rules
vendored
@ -477,6 +477,7 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS)))
|
||||
STAGE_ALL_CMAKE_EXTRA += -DLLVM_ENABLE_ASSERTIONS=ON
|
||||
# no need to run tests in this case
|
||||
RUN_TEST=no
|
||||
SCCACHE_ENABLE=no
|
||||
else
|
||||
COVERITY_ENABLE=0
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user