mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 00:39:07 +08:00
ci: run vmtest job inside kbuilder-debian container
Assisted-by: Claude:claude-opus-4-6 Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
This commit is contained in:
committed by
Andrii Nakryiko
parent
6b9b5e34b1
commit
ac0952761f
5
.github/workflows/vmtest.yml
vendored
5
.github/workflows/vmtest.yml
vendored
@@ -26,6 +26,9 @@ jobs:
|
||||
vmtest:
|
||||
name: pahole@${{ inputs.pahole }}
|
||||
runs-on: ${{ inputs.runs_on }}
|
||||
container:
|
||||
image: ghcr.io/kernel-patches/runner:kbuilder-debian-x86_64
|
||||
options: --privileged
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
@@ -72,7 +75,7 @@ jobs:
|
||||
run: |
|
||||
cd .kernel
|
||||
make -j $((4*$(nproc))) all
|
||||
cp vmlinux ${{ github.workspace }}
|
||||
cp vmlinux $GITHUB_WORKSPACE
|
||||
cd -
|
||||
|
||||
- name: Build selftests/bpf
|
||||
|
||||
Reference in New Issue
Block a user