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 5823c46 commit bae44d6Copy full SHA for bae44d6
.github/workflows/build-check_x86_64.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Build the Kernel
32
run: |
33
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
34
- cp configs/kernel-5.14.0-x86_64.config .config
35
- make olddefconfig
36
- make -j8
37
- vng --qemu /usr/libexec/qemu-kvm --disable-microvm --disable-kvm --qemu-opts="-cpu host" --network user -- uname -a
+ #cp configs/kernel-5.14.0-x86_64.config .config
+ #make olddefconfig
+ make -j8
+ vng -r --qemu /usr/libexec/qemu-kvm --disable-microvm --disable-kvm --network user -- uname -a
38
0 commit comments