mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-15 08:36:13 +01:00
Add rootless build support for 'qemu' VM type
Fixes https://github.com/openSUSE/osc/issues/1511
This commit is contained in:
parent
aaae06c794
commit
f2952bb210
@ -614,7 +614,7 @@ def calculate_prj_pac(store, opts, descr):
|
||||
|
||||
|
||||
def calculate_build_root_user(vm_type):
|
||||
if vm_type in ("kvm", "podman"):
|
||||
if vm_type in ("kvm", "podman", "qemu"):
|
||||
return getpass.getuser()
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user