@cryptotaxi247 / netdata-1 / commits / 4732d30e9

Fixes cmake build failing if ACLK is disabled (#9537)

* if we build claiming we must build aclk_common.c/h * Run unit tests on cmake config changes. Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>

Timotej S committed Jul 14, 2020 at 17:53 UTC 4732d30e9545b6d3e56822f156a8f0218126fb2f
2 files changed +4 -2
.github/workflows/tests.yml
+2
@@ -6,10 +6,12 @@ on:
6 branches:
7 - master
8 paths:
9 + - 'CMakeLists.txt'
10 - '**.c'
11 - '**.h'
12 pull_request:
13 paths:
14 + - 'CMakeLists.txt'
15 - '**.c'
16 - '**.h'
17 jobs:
CMakeLists.txt
+2 -2
@@ -658,11 +658,11 @@ set(BACKENDS_PLUGIN_FILES
658 set(CLAIM_PLUGIN_FILES
659 claim/claim.c
660 claim/claim.h
661 + aclk/aclk_common.c
662 + aclk/aclk_common.h
663 )
664
665 set(ACLK_PLUGIN_FILES
664 - aclk/aclk_common.c
665 - aclk/aclk_common.h
666 aclk/agent_cloud_link.c
667 aclk/agent_cloud_link.h
668 aclk/aclk_query.c