mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
Merge pull request #32465 from CodethinkLabs/mkosi-debug
mkosi: Build images and run mkosi tests with --debug to aid debugging in CI
This commit is contained in:
commit
2fcf8bf3b1
@ -2587,6 +2587,7 @@ if mkosi.found()
|
||||
'--cache-dir', meson.current_build_dir() / 'mkosi.cache',
|
||||
'--build-dir', meson.current_build_dir() / 'mkosi.builddir',
|
||||
'--force',
|
||||
'--debug',
|
||||
'build'
|
||||
],
|
||||
depends : public_programs + [
|
||||
|
@ -76,6 +76,7 @@ def main():
|
||||
|
||||
cmd = [
|
||||
'mkosi',
|
||||
'--debug',
|
||||
'--directory', os.fspath(args.meson_source_dir),
|
||||
'--output-dir', os.fspath(args.meson_build_dir / 'mkosi.output'),
|
||||
'--extra-search-path', os.fspath(args.meson_build_dir),
|
||||
|
Loading…
Reference in New Issue
Block a user