libbpf / ci

BPF CI
Other
10 stars 23 forks source link

Make kbuild-output input required in all actions #76

Closed danielocfb closed 1 year ago

danielocfb commented 1 year ago

At this point, there is no reason to build without KBUILD_OUTPUT specified: maintaining additional code paths that build that way is just a burden and there is no benefit of building within the source tree versus outside of it. Hence, this change proposes making the kbuild-output argument to the various actions mandatory. It's already provided by all clients, so there is no effective change.

Signed-off-by: Daniel Müller deso@posteo.net

danielocfb commented 1 year ago

libbpf: https://github.com/libbpf/libbpf/actions/runs/3464283925 bpf: https://github.com/kernel-patches/bpf/actions/runs/3464298584