7bf0075934
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/lld#5baec8dff67c12abc0448e72ca11142f76c03089
15 lines
333 B
YAML
15 lines
333 B
YAML
# The ld-alternative test uninstalls lld, so it needs to be run by
|
|
# itself in a separate .yml file so it doesn't modify the test
|
|
# environment for other tests.
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- binutils
|
|
- lld
|
|
tests:
|
|
- ld-alternative
|