]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add nspawn version check to check_native() 959/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 May 2022 09:23:29 +0000 (11:23 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 May 2022 10:23:59 +0000 (12:23 +0200)
commitb9ed16435cf8dc80d703c311d2d5ee2de71534a9
tree637137c55df71c9148c7ad3fc1d2021a97d02473
parent968e31d99db929e167d55ef93d9e33d21eeb14f1
Add nspawn version check to check_native()

From systemd-nspawn v250 onwards, it's possible to run build scripts
on non-native architectures (as long as binfmt.d is configured correctly)
so update the native check to consider that.
mkosi/__init__.py
mkosi/backend.py