mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-30 15:58:54 +00:00
disable bolt (to avoid new) for now
This commit is contained in:
parent
16e0582032
commit
2c13bd0050
2
debian/rules
vendored
2
debian/rules
vendored
@ -270,7 +270,7 @@ endif
|
|||||||
|
|
||||||
BOLT_ARCHS := amd64 arm64
|
BOLT_ARCHS := amd64 arm64
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),$(BOLT_ARCHS)))
|
ifneq (,$(filter $(DEB_HOST_ARCH),$(BOLT_ARCHS)))
|
||||||
PROJECTS += ;bolt
|
# PROJECTS += ;bolt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CODECOVERAGE=no
|
CODECOVERAGE=no
|
||||||
|
Loading…
Reference in New Issue
Block a user