]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add RuntimeBuildSources= setting 2601/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 7 Apr 2024 17:23:02 +0000 (19:23 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 8 Apr 2024 09:33:47 +0000 (11:33 +0200)
commit4797026924cc5bdee6baaa581dd53457d22ce330
tree7d1f7669e1ef76228ee59da558b4b66aee788b9f
parent06096397cf1d2508507ea6430306d5d0fb8c0d85
Add RuntimeBuildSources= setting

This setting mounts the build sources and build directory into a
booted container/virtual machine in the same location that they were
mounted to do the build.

This helps both with making gdb more useful in the container as the
sources will be available for use by gdb without having to do any
source directory mapping. It also helps with doing incremental builds
inside the container.
mkosi/__init__.py
mkosi/config.py
mkosi/qemu.py
mkosi/resources/mkosi.md
mkosi/vmspawn.py
tests/test_json.py