ci: install less packages, add symlink for qemu
This commit is contained in:
parent
87e9790f79
commit
4cc0166a92
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@ -81,7 +81,9 @@ jobs:
|
|||||||
|
|
||||||
ssh root@$IP "cloud-init status --wait"
|
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/
|
scp ./out-of-tree root@$IP:/usr/local/bin/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user