mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-22 01:09:06 +08:00
ci: Add a step to patch kernel with temporary fixes
Apply a custom set of patches against bpf-next kernel tree before building vmlinux image.
This commit is contained in:
committed by
Andrii Nakryiko
parent
96268bf0c2
commit
9fab7c81ec
5
.github/actions/vmtest/action.yml
vendored
5
.github/actions/vmtest/action.yml
vendored
@@ -33,6 +33,11 @@ runs:
|
||||
repo: 'https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git'
|
||||
rev: ${{ env.CHECKPOINT }}
|
||||
dest: '${{ github.workspace }}/.kernel'
|
||||
- name: Patch kernel source
|
||||
uses: libbpf/ci/patch-kernel@master
|
||||
with:
|
||||
patches-root: '${{ github.workspace }}/travis-ci/diffs'
|
||||
repo-root: '.kernel'
|
||||
- name: Prepare to build BPF selftests
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user