We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383da19 commit c32cf9cCopy full SHA for c32cf9c
.github/workflows/vm.yml
@@ -50,7 +50,7 @@ jobs:
50
make -C tools/testing/selftests
51
52
# Download and test current kernel
53
- dnf install kernel -y
+ dnf install kernel kernel-tools -y
54
vng -r /lib/modules/*/vmlinuz --cpus $(nproc) --qemu /usr/libexec/qemu-kvm --disable-microvm --force-initramfs --rw -- sh -c 'uname -r && make kselftest SKIP_TARGETS="breakpoints drivers/net/bonding lkdtm proc"' | tee selftests-before.log
55
56
# Test our source built kernel
0 commit comments