playbooks: Make all Meson warnings fatal
This should help detect the kind of problem that was fixed in the previous commit. https://github.com/containers/toolbox/pull/1096
This commit is contained in:
parent
1567d207c6
commit
b864280e42
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
- include_tasks: dependencies.yaml
|
||||
|
||||
- name: Set up build directory
|
||||
command: meson -Dmigration_path_for_coreos_toolbox=true builddir
|
||||
command: meson -Dmigration_path_for_coreos_toolbox=true --fatal-meson-warnings builddir
|
||||
args:
|
||||
chdir: '{{ zuul.project.src_dir }}'
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
- include_tasks: dependencies.yaml
|
||||
|
||||
- name: Set up build directory
|
||||
command: meson builddir
|
||||
command: meson --fatal-meson-warnings builddir
|
||||
args:
|
||||
chdir: '{{ zuul.project.src_dir }}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue