1
0
Fork 0

ci: install less packages, add symlink for qemu

master
dump_stack() 2023-05-16 18:59:00 +00:00
parent 87e9790f79
commit 4cc0166a92
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,9 @@ jobs:
ssh root@$IP "cloud-init status --wait"
ssh root@$IP "dnf install -y podman qemu-kvm"
ssh root@$IP "dnf install -y podman qemu-kvm-core"
ssh root@$IP "ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-system-x86_64"
scp ./out-of-tree root@$IP:/usr/local/bin/