2022-08-31 11:09:44 +00:00
|
|
|
---
|
|
|
|
- hosts: all
|
|
|
|
tasks:
|
|
|
|
- include_tasks: dependencies.yaml
|
|
|
|
|
|
|
|
- name: Set up build directory
|
2022-08-31 17:31:13 +00:00
|
|
|
command: meson -Dmigration_path_for_coreos_toolbox=true --fatal-meson-warnings builddir
|
2022-08-31 11:09:44 +00:00
|
|
|
args:
|
|
|
|
chdir: '{{ zuul.project.src_dir }}'
|
|
|
|
|
|
|
|
- include_tasks: build.yaml
|