b774b86094
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gdb#6aff62077bcb16ebf2ba3c498634bce35eda276b
25 lines
451 B
YAML
25 lines
451 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
tests:
|
|
- debug-toolset-binary
|
|
- debug-system-binary
|
|
required_packages:
|
|
- gdb
|
|
- coreutils
|
|
- binutils
|
|
- binutils-debuginfo
|
|
- glibc
|
|
- glibc-debuginfo
|
|
- gcc
|
|
- gcc-debuginfo
|
|
- zlib
|
|
- zlib-debuginfo
|
|
- coreutils-debuginfo
|
|
- which
|