Conversation
1f8a00d to
96c46e1
Compare
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
There BPF selftests that depend on llvm-dev libraries. Make sure they are installed (by specifying "all" to llvm.sh), and ensure LLVM_CONFIG is set correctly when building selftests. Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
Fixup pahole build flags to make LD_LIBRARY_PATH export unnecessary. Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
Check for $ID (provided by /etc/os-release) before executing Ubuntu-specific hackery. This allows to run setup-build-env scripts on Debian. Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
It's necessary for running bpftool and resolve_btfids during selftests build. Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
96c46e1 to
976166e
Compare
theihor
added a commit
to kernel-patches/vmtest
that referenced
this pull request
Jan 27, 2026
Use a custom Debian-base docker image for kernel build jobs (kernel-patches/runner#94). Bump libbpf/ci actions to v4 (libbpf/ci#210). Other nits: - set CROSS_COMPILE only for s390x - simplify Linux source download - remove setup docker/qemu logic - in gcc-bpf, install github cli on demand Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
theihor
added a commit
to kernel-patches/vmtest
that referenced
this pull request
Jan 27, 2026
Use a custom Debian-base docker image for kernel build jobs (kernel-patches/runner#94). Bump libbpf/ci actions to v4 (libbpf/ci#210). Other nits: - set CROSS_COMPILE only for s390x - simplify Linux source download - remove setup docker/qemu logic - in gcc-bpf, install github cli on demand Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
theihor
added a commit
to kernel-patches/vmtest
that referenced
this pull request
Jan 27, 2026
Use a custom Debian-base docker image for kernel build jobs (kernel-patches/runner#94). Bump libbpf/ci actions to v4 (libbpf/ci#210). Other nits: - set CROSS_COMPILE only for s390x - simplify Linux source download - remove setup docker/qemu logic - in gcc-bpf, install github cli on demand Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR has a number of changes aiming to make it possible to run BPF CI kernel builds on Debian, as wells as enable __jited BPF selftests, which are currently skipped due to missing llvm-dev libs. And some unrelated nits.
Tested with kernel-patches/vmtest#433