Skip to content

Commit

Permalink
remove edk2-basetools
Browse files Browse the repository at this point in the history
Removes edk2-basetools from pip-requirements.txt and any usage of it in
the CISettings.py. The is done as there are changes in the build tools
python source code that are available locally in BaseTools (as is
managed by Project Mu) that is not available in edk2-basetools.
  • Loading branch information
Javagedes committed Feb 12, 2024
1 parent 943f853 commit ba2dd00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pytool/CISettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def __init__(self):
self.actual_targets = []
self.actual_architectures = []
self.actual_tool_chain_tag = ""
self.use_built_in_base_tools = None
self.actual_scopes = None

# ###################################################################### #
Expand Down
1 change: 0 additions & 1 deletion pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@

edk2-pytool-library~=0.21.2
edk2-pytool-extensions~=0.27.2
edk2-basetools==0.1.49
antlr4-python3-runtime==4.13.1
regex

0 comments on commit ba2dd00

Please sign in to comment.