From 5087294d8174c16b0b46fc591f3fcc716cd20023 Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 29 May 2020 12:27:22 +1000 Subject: Add support for eBPF for Netdata static64 (kickstart-static64.sh) (#9104) * Add tool to build the dist and static x864_64 artifacts * Add tool to bump the Netdata packaging version * Cleanup all the makeself scripts and update to Alpine 3.11 * Add zgrep and xz to Alpine 3.7 container used to build x86_64 static Netdata so check-kernel-config.sh does not fail * Explicitly bundle the -static varient of the eBPF kernel-collector library/programs --- netdata-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netdata-installer.sh') diff --git a/netdata-installer.sh b/netdata-installer.sh index 780af5a41c..3eb7b9b47d 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -1355,7 +1355,7 @@ install_ebpf() { progress "Installing eBPF plugin" # Detect libc - libc="$(detect_libc)" + libc="${EBPF_LIBC:-"$(detect_libc)"}" EBPF_VERSION="$(cat packaging/ebpf.version)" EBPF_TARBALL="netdata-kernel-collector-${libc}-${EBPF_VERSION}.tar.xz" -- cgit v1.2.3