From 2c13bd0050c78f0104bfdda8238993d2b73cecdc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 4 Oct 2022 12:47:09 +0200 Subject: [PATCH] disable bolt (to avoid new) for now --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e2db7882..bc07667b 100755 --- a/debian/rules +++ b/debian/rules @@ -270,7 +270,7 @@ endif BOLT_ARCHS := amd64 arm64 ifneq (,$(filter $(DEB_HOST_ARCH),$(BOLT_ARCHS))) - PROJECTS += ;bolt +# PROJECTS += ;bolt endif CODECOVERAGE=no