Skip to content

Commit

Permalink
Update basetools for 202302 using the github release. (#418)
Browse files Browse the repository at this point in the history
## Description

- Updates the basetools extdep for 2302 using the first 2302 github
release.
- Switch the basetools extdep to use tar from github release instead of
nuget. This is to further align is avoiding nuget for the MU core
projects.


- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

Locally built basecore.

## Integration Instructions

N/A
  • Loading branch information
cfernald authored and kenlautner committed Oct 18, 2023
1 parent c0c40d5 commit 2ca8c1b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions BaseTools/Bin/basetoolsbin_ext_dep.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
# Download the compiled basetools from nuget.org
# - Nuget package contains different binaries based on the host os
# Download the compiled basetools from the github release
# - Release package contains different binaries based on the host os
# Set this downloaded folder on path
# Set a Shell variable to this path
#
Expand All @@ -9,10 +9,13 @@
##
{
"scope": "global",
"type": "nuget",
"type": "web",
"name": "Mu-Basetools",
"source": "https://pkgs.dev.azure.com/projectmu/mu/_packaging/Basetools-Binary/nuget/v3/index.json",
"version": "2022.08.4",
"source": "https://github.com/microsoft/mu_basecore/releases/download/v2023020002.0.3/basetools-v2023020002.0.3.tar.gz",
"version": "v2023020002.0.3",
"sha256": "7260efe6e4e734ac66b24d6dc5f4908bf7aa444a7827cb405a66131b7b75e86f",
"internal_path": "/basetools/",
"compression_type": "tar",
"flags": ["set_shell_var", "set_path", "host_specific"],
"var_name": "EDK_TOOLS_BIN"
}

0 comments on commit 2ca8c1b

Please sign in to comment.