summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 12:16:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 12:42:16 +0000
commit97b491275e6cd6467bab67bd60d0d06e4b6c132f (patch)
tree7e96f23f8c1bfda4c4858f7b93eb68fbd40e0dae
parentBuilding without ipmi support for now, needs further fixes to build. (diff)
downloadnetdata-97b491275e6cd6467bab67bd60d0d06e4b6c132f.tar.xz
netdata-97b491275e6cd6467bab67bd60d0d06e4b6c132f.zip
Including ackl/tests in build-workaround.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 5a509e167..2c979de6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,7 @@ override_dh_auto_configure:
--enable-plugin-nfacct \
--with-math
cp -a tests build-core
+ cp -a aclk/legacy/tests build-core/aclk/legacy
cp -a web/gui/src build-core/web/gui
ifeq (netdata-core-no-sse,$(findstring netdata-core-no-sse,$(PACKAGES)))
@@ -64,6 +65,7 @@ ifeq (netdata-core-no-sse,$(findstring netdata-core-no-sse,$(PACKAGES)))
--enable-plugin-nfacct \
--with-math
cp -a tests build-core-no-sse
+ cp -a aclk/legacy/tests build-core-no-sse/aclk/legacy
cp -a web/gui/src build-core-no-sse/web/gui
endif