b864280e42
This should help detect the kind of problem that was fixed in the previous commit. https://github.com/containers/toolbox/pull/1096
11 lines
284 B
YAML
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
|