-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: move tool fingerprint mask into steps
To calculate the variant-id, the applicable tools for each step must be known. The variant-id of a step is calculated already in its constructor. So far this worked because the list of used tools was static for each recipe. Now that we want to make tool usage conditional, we have to pass the tool mask directly into each step.
- Loading branch information
Showing
1 changed file
with
28 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters