f68adda56a
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libmpc#10cf4b98f37e6112bda99fce13581155f2952ed0
18 lines
307 B
YAML
18 lines
307 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- internal-testsuite
|
|
required_packages:
|
|
- libmpc
|
|
- gmp-devel
|
|
- mpfr-devel
|
|
- texinfo
|
|
- rpm-build
|
|
- gcc
|
|
- gcc-c++
|