disable bolt (to avoid new) for now

This commit is contained in:
Sylvestre Ledru 2022-10-04 12:47:09 +02:00
parent 16e0582032
commit 2c13bd0050

2
debian/rules vendored
View File

@ -270,7 +270,7 @@ endif
BOLT_ARCHS := amd64 arm64
ifneq (,$(filter $(DEB_HOST_ARCH),$(BOLT_ARCHS)))
PROJECTS += ;bolt
# PROJECTS += ;bolt
endif
CODECOVERAGE=no