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:
Debarshi Ray 2022-08-31 19:31:13 +02:00
parent 1567d207c6
commit b864280e42
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}'

View file

@ -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 }}'