mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-05 15:16:03 +00:00
with coverity, disable sccache for real
This commit is contained in:
parent
d520125d70
commit
7dd4eccab4
1
debian/rules
vendored
1
debian/rules
vendored
@ -570,6 +570,7 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS)))
|
|||||||
CONFIGURE_EXTRA += --enable-assertions
|
CONFIGURE_EXTRA += --enable-assertions
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DLLVM_ENABLE_ASSERTIONS=ON
|
STAGE_ALL_CMAKE_EXTRA += -DLLVM_ENABLE_ASSERTIONS=ON
|
||||||
SCCACHE_ENABLE=no
|
SCCACHE_ENABLE=no
|
||||||
|
SCCACHE_CMAKE=
|
||||||
# no need to run tests in this case
|
# no need to run tests in this case
|
||||||
RUN_TEST=no
|
RUN_TEST=no
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user