mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 00:39:07 +08:00
ci: install headers before building selftests
Ensure latest kernel headers are available. Similar to [0]. [0] https://github.com/libbpf/ci/pull/102 Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
add1aac281
commit
a2258003f2
@@ -40,6 +40,7 @@ else
|
||||
fi
|
||||
|
||||
cd ${REPO_ROOT}/${REPO_PATH}
|
||||
make headers
|
||||
make \
|
||||
CLANG=clang-${LLVM_VERSION} \
|
||||
LLC=llc-${LLVM_VERSION} \
|
||||
|
||||
Reference in New Issue
Block a user