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 f08be21 commit fa6eb8cCopy full SHA for fa6eb8c
.github/workflows/build-check_x86_64.yml
@@ -1,6 +1,6 @@
1
name: x86_64 CI
2
on:
3
- pull_request_target:
+ push:
4
branches:
5
- '**'
6
- '!mainline'
@@ -21,6 +21,8 @@ jobs:
21
run: |
22
dnf groupinstall 'Development Tools' -y
23
dnf install --enablerepo=crb bc dwarves kernel-devel openssl-devel elfutils-libelf-devel -y
24
+ dnf install epel-release -y
25
+ dnf install virtme-ng qemu-kvm -y
26
- name: Checkout code
27
uses: actions/checkout@v4
28
with:
@@ -32,3 +34,4 @@ jobs:
32
34
cp configs/kernel-5.14.0-x86_64.config .config
33
35
make olddefconfig
36
make -j8
37
+ vng --qemu /usr/libexec/qemu-kvm --disable-microvm --network user -- uname -a
0 commit comments