19 Dec
2023
19 Dec
'23
08:24
On 19/12/2023 05.25, Xu Zhao wrote:
Currently I am blocked by using Qemu kvm to kick of specific tumbleweed snapshot image and test nvidia driver compile (sth like open build system). If anyone knows how to do that, or simply give code pointers on how OBS runs Qemu KVM, that would be very much appreciated.
https://github.com/nektos/act says
GitHub Actions are running in fully virtualized machines
so you probably cannot get KVM working there. But chroot or containers should be an option. OBS workers OTOH run on bare metal and thus have access to hardware needed for KVM.