33bd2648a9
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/redhat-rpm-config.git#61b19ee1b2c610a77d6ae8df02262792384d83f0
20 lines
399 B
YAML
20 lines
399 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- rpm
|
|
# clang/fedora-flags
|
|
- clang
|
|
#gcc-fedora-flags
|
|
- gcc
|
|
- gcc-c++
|
|
- annobin-annocheck
|
|
repositories:
|
|
- repo: https://src.fedoraproject.org/tests/clang.git
|
|
dest: clang
|
|
tests:
|
|
- clang/fedora-flags
|
|
- gcc-fedora-flags
|