toolbox/playbooks/setup-env-migration-path-for-coreos-toolbox.yaml
Debarshi Ray b864280e42 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
2022-08-31 19:35:05 +02:00

11 lines
284 B
YAML

---
- hosts: all
tasks:
- include_tasks: dependencies.yaml
- name: Set up build directory
command: meson -Dmigration_path_for_coreos_toolbox=true --fatal-meson-warnings builddir
args:
chdir: '{{ zuul.project.src_dir }}'
- include_tasks: build.yaml