Skip to content

Fix libbpf build (work around race condition)

Ivan Shapovalov requested to merge intelfx/netdata:work/unbreak-build into main

There is a race condition in an upstream makefile impacting build (https://github.com/netdata/libbpf/pull/4).

Work around this race until the problem is fixed upstream and it trickles down to a netdata release.

Merge request reports