mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 17:25:55 +00:00
only run lldb when doing the code coverage (too many issues otherwise)
This commit is contained in:
parent
6b0ab895c1
commit
006aa4f096
2
debian/rules
vendored
2
debian/rules
vendored
@ -484,8 +484,10 @@ endif
|
||||
|
||||
# LLDB tests (CMake)
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
||||
ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
|
||||
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true
|
||||
endif
|
||||
endif
|
||||
|
||||
# Polly tests (CMake)
|
||||
ifeq (${POLLY_ENABLE},yes)
|
||||
|
Loading…
Reference in New Issue
Block a user