mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-29 12:49:07 +08:00
Explicitly provide kernel-root argument to prepare-rootfs action
Let's make the "kernel-root" explicit when using the prepare-rootfs action, instead of relying on the default, .kernel. Signed-off-by: Daniel Müller <deso@posteo.net>
This commit is contained in:
committed by
danielocfb
parent
c53af98d1a
commit
51e63f7229
3
.github/actions/vmtest/action.yml
vendored
3
.github/actions/vmtest/action.yml
vendored
@@ -78,9 +78,10 @@ runs:
|
|||||||
- name: prepare rootfs
|
- name: prepare rootfs
|
||||||
uses: libbpf/ci/prepare-rootfs@master
|
uses: libbpf/ci/prepare-rootfs@master
|
||||||
with:
|
with:
|
||||||
kernel: ${{ inputs.kernel }}
|
|
||||||
project-name: 'libbpf'
|
project-name: 'libbpf'
|
||||||
arch: ${{ inputs.arch }}
|
arch: ${{ inputs.arch }}
|
||||||
|
kernel: ${{ inputs.kernel }}
|
||||||
|
kernel-root: '.kernel'
|
||||||
image-output: '/tmp/root.img'
|
image-output: '/tmp/root.img'
|
||||||
# 5. run selftest in QEMU
|
# 5. run selftest in QEMU
|
||||||
- name: Run selftests
|
- name: Run selftests
|
||||||
|
|||||||
Reference in New Issue
Block a user