forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[util] Allow optional tools in check_tool_requirements
tool_requirements.py lists minimum versions for tools, but the distinction between "tools that absolutely need to be installed" and "the minimum version of a tool if you want to run it" was baked in to check_tool_requirements.py This patch moves that distinction to the (more user-editable) tool_requirements.py. Tools that are marked as_needed aren't checked unless they are passed on the command line to check_tool_requirements.py. Signed-off-by: Rupert Swarbrick <[email protected]>
- Loading branch information
1 parent
282e009
commit 9ab407e
Showing
4 changed files
with
387 additions
and
143 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
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
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
Oops, something went wrong.