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:
Ihor Solodrai
2026-03-11 12:24:28 -07:00
committed by Andrii Nakryiko
parent 6b9b5e34b1
commit ac0952761f

View File

@@ -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