coroot-node-agent: support running it without GPU (#472006)

This commit is contained in:
Guillaume Girol
2026-01-01 16:36:34 +00:00
committed by GitHub

View File

@@ -22,6 +22,11 @@ buildGoModule rec {
CGO_CFLAGS = "-I ${systemdLibs}/include";
ldflags = [
"-extldflags='-Wl,-z,lazy'"
"-X 'github.com/coroot/coroot-node-agent/flags.Version=${version}'"
];
meta = {
description = "Prometheus exporter based on eBPF";
homepage = "https://github.com/coroot/coroot-node-agent";