mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-03 15:19: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:
|
vmtest:
|
||||||
name: pahole@${{ inputs.pahole }}
|
name: pahole@${{ inputs.pahole }}
|
||||||
runs-on: ${{ inputs.runs_on }}
|
runs-on: ${{ inputs.runs_on }}
|
||||||
|
container:
|
||||||
|
image: ghcr.io/kernel-patches/runner:kbuilder-debian-x86_64
|
||||||
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -72,7 +75,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd .kernel
|
cd .kernel
|
||||||
make -j $((4*$(nproc))) all
|
make -j $((4*$(nproc))) all
|
||||||
cp vmlinux ${{ github.workspace }}
|
cp vmlinux $GITHUB_WORKSPACE
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
- name: Build selftests/bpf
|
- name: Build selftests/bpf
|
||||||
|
|||||||
Reference in New Issue
Block a user