a2c5ba0193
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dwz#a1324d7885666feffae8ce625c0899557692a742
21 lines
451 B
YAML
21 lines
451 B
YAML
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
- container # needs SYS_PTRACE
|
|
pre_tasks:
|
|
- name: Install deguginfo-install
|
|
shell: dnf -y install "dnf-command(debuginfo-install)"
|
|
- name: Install debuginfo for packages
|
|
shell: dnf -y debuginfo-install --best {{item}}
|
|
with_items:
|
|
- glibc
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tests:
|
|
- dwz-quick-test
|
|
required_packages:
|
|
- dwz
|
|
- gcc
|
|
- gdb
|
|
- glibc-debuginfo
|