1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-01 04:36:13 +01:00

Merge pull request #1513 from wfrisch/fix_1511_qemu_rootless

Add rootless build support for 'qemu' VM type
This commit is contained in:
Daniel Mach 2024-03-12 13:15:53 +01:00 committed by GitHub
commit cd12ca4d18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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