8fe50a94e2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libffi#fdac85aeb043fc5ce78b59c74c22045fa2fa765a
18 lines
297 B
YAML
18 lines
297 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- testsuite
|
|
required_packages:
|
|
- libffi
|
|
- libffi-devel
|
|
- gcc
|
|
- dejagnu
|
|
- rpm-build
|
|
- gcc-c++
|
|
- strace
|