]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: Remove --debug from mkosi arguments
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 May 2024 12:10:24 +0000 (14:10 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 5 May 2024 12:49:21 +0000 (14:49 +0200)
The exit status issue for which we introduced this was fixed so
let's remove --debug again to make the meson output less verbose.

meson.build
test/integration-test-wrapper.py

index 78bd252f901b67122c0dc59d985f445c39b332e4..0b27285da03241e5413e3056e5f73fd4cb72761b 100644 (file)
@@ -2619,7 +2619,6 @@ if mkosi.found()
                         '--cache-dir', meson.current_build_dir() / 'mkosi.cache',
                         '--build-dir', meson.current_build_dir() / 'mkosi.builddir',
                         '--force',
-                        '--debug',
                         'build',
                 ],
                 depends : mkosi_depends,
index 1954d0fec0c4bd9043cc1245eb103d461c980d98..af8be8926404debbdf281fd081fd4d6bfd62f4e1 100755 (executable)
@@ -81,7 +81,6 @@ 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),