mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-07 09:09:06 +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
|
fi
|
||||||
|
|
||||||
cd ${REPO_ROOT}/${REPO_PATH}
|
cd ${REPO_ROOT}/${REPO_PATH}
|
||||||
|
make headers
|
||||||
make \
|
make \
|
||||||
CLANG=clang-${LLVM_VERSION} \
|
CLANG=clang-${LLVM_VERSION} \
|
||||||
LLC=llc-${LLVM_VERSION} \
|
LLC=llc-${LLVM_VERSION} \
|
||||||
|
|||||||
Reference in New Issue
Block a user