diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 17:01:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 17:50:26 +0000 |
commit | a489272d5d15163812f128a7f96075c03ef5abf8 (patch) | |
tree | bcfae8df5a71cd12eb5ff5e31e127cae841e23da | |
parent | Updating build-depends for new upstream version. (diff) | |
download | netdata-a489272d5d15163812f128a7f96075c03ef5abf8.tar.xz netdata-a489272d5d15163812f128a7f96075c03ef5abf8.zip |
Enabling machine-learning support (Closes: #1054354).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 409dcc147..54f2b286b 100755 --- a/debian/rules +++ b/debian/rules @@ -21,14 +21,12 @@ override_dh_auto_configure: # metric collectors written in Go # H2O web server (experimental) # eBPF programs for kernels without BTF support -# machine learning features # Linux eBPF metric collection # Xen domain monitoring dh_auto_configure -- \ -DENABLE_PLUGIN_GO:BOOL=OFF \ -DENABLE_H2O:BOOL=OFF \ -DENABLE_LEGACY_EBPF_PROGRAMS:BOOL=OFF \ - -DENABLE_ML:BOOL=OFF \ -DENABLE_PLUGIN_EBPF:BOOL=OFF \ -DENABLE_PLUGIN_XENSTAT=OFF \ -DENABLE_DASHBOARD=OFF \ |