Skip to content

Commit

Permalink
Remove DEPOT_TOOLS_UPDATE env on windows
Browse files Browse the repository at this point in the history
Was causing depot_tools build errors for updated version
  • Loading branch information
jonmmease committed Feb 10, 2021
1 parent c2cd466 commit 41dde9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions repos/win_scripts/fetch_chromium.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
$DEPOT_TOOLS_COMMIT="e342fb1"
$CHROMIUM_TAG="88.0.4324.150"

# Tell gclient not to update depot_tools
$env:DEPOT_TOOLS_UPDATE=0
# Tell gclient to use local Vistual Studio install
$env:DEPOT_TOOLS_WIN_TOOLCHAIN=0

Expand Down

0 comments on commit 41dde9d

Please sign in to comment.