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:
Andrii Nakryiko
2023-07-07 15:25:06 -07:00
committed by Andrii Nakryiko
parent add1aac281
commit a2258003f2

View File

@@ -40,6 +40,7 @@ else
fi
cd ${REPO_ROOT}/${REPO_PATH}
make headers
make \
CLANG=clang-${LLVM_VERSION} \
LLC=llc-${LLVM_VERSION} \