diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 12:16:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 12:42:16 +0000 |
commit | 97b491275e6cd6467bab67bd60d0d06e4b6c132f (patch) | |
tree | 7e96f23f8c1bfda4c4858f7b93eb68fbd40e0dae | |
parent | Building without ipmi support for now, needs further fixes to build. (diff) | |
download | netdata-97b491275e6cd6467bab67bd60d0d06e4b6c132f.tar.xz netdata-97b491275e6cd6467bab67bd60d0d06e4b6c132f.zip |
Including ackl/tests in build-workaround.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5a509e16..2c979de6 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 |