Actions
Feature #4185
closed"requires" should be allowed to be defined per check and not just globally
Effort:
Difficulty:
Label:
Description
As of now only global requires section is supported. Expand it to checks . In case both requires blocks exist, all the requirements (globally + check specific) must be checked.
checks:
- filter:
count: 1
requires:
HAVE_NSS
match:
blah: blah
Feature request by Philippe.
Actions