2022-11-28 20:09:42 +00:00
|
|
|
|
#
|
|
|
|
|
# Copyright © 2021 – 2022 Red Hat, Inc.
|
|
|
|
|
#
|
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
|
#
|
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
#
|
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
|
# limitations under the License.
|
|
|
|
|
#
|
|
|
|
|
|
2020-05-14 08:05:00 +00:00
|
|
|
|
---
|
|
|
|
|
- hosts: all
|
|
|
|
|
tasks:
|
2022-11-18 18:25:36 +00:00
|
|
|
|
- include_tasks: dependencies-fedora.yaml
|
2021-10-22 12:21:41 +00:00
|
|
|
|
|
|
|
|
|
- name: Set up build directory
|
2022-10-21 18:00:08 +00:00
|
|
|
|
command: meson setup --fatal-meson-warnings builddir
|
2021-10-22 12:21:41 +00:00
|
|
|
|
args:
|
|
|
|
|
chdir: '{{ zuul.project.src_dir }}'
|