libbpf / libbpf-bootstrap

Scaffolding for BPF application development with libbpf and BPF CO-RE
BSD 3-Clause "New" or "Revised" License
1.05k stars 286 forks source link

examples/c: Use CMake stuff in CI #262

Closed danielocfb closed 6 months ago

danielocfb commented 6 months ago

As #258 showed, we also have a CMake based build infrastructure lying around for the examples. However, currently it is not used in CI and, hence, prone to breakage. Change that fact by building using CMake as part of the build workflow.

anakryiko commented 6 months ago

Thanks, we now have all three build systems covered, yay.