clang/tests/fedora-flags/main.fmf
Tom Stellard a0406226b5 Add missing dependency to the fedora-flags test
Other packages that use this test won't have clang pre-installed, so we
need to explicitly add the dependency.
2022-05-25 02:01:05 +00:00

18 lines
447 B
Plaintext

summary: fedora-flags
test: "$WITH_SCL ./test.sh"
require:
- annobin
- clang
- redhat-rpm-config
adjust:
- because: s390x does not have epel repo which is required to provide rpm macros
enabled: false
when: >-
distro == rhel-7
and arch == s390x
- because: "To enable rpm macros not available by default (e.g. build_cflags), epel-rpm-macros is needed"
require+:
- epel-rpm-macros
when: distro == rhel-7