build system: fix feature resolution#15974
Conversation
Fix FEATURES_REQUIRED_ANY using more features than needed.
|
Once this is merged, we should rerun all the PRs that took less than 20 minutes on Murdock. |
Yeah, since #15957 is in the number of boards returned by |
|
OK, Murdock is slow again with this PR. I think this and the fact that it fixes the issue in the unit test indicates it fixes the regression :-) |
I agree, lets ping ping a bit on the unittests but I rebased this one on top of #15973 and added a few test cases as well. Let's go ahead with this one. |
|
Contribution description
Fix
FEATURES_REQUIRED_ANYusing more features than needed.Testing procedure
Test provided in #15973 should now pass.
Issues/PRs references
Bug introduced in #15957, fix suggested in #15957 (comment)