build: disable unneeded depot_tools update on Windows CI (#39011)
build: disable unneeded depot_tools update
This commit is contained in:
parent
a97028bacf
commit
040e9a027a
2 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,8 @@ for:
|
||||||
Remove-Item -Recurse -Force $pwd\build-tools
|
Remove-Item -Recurse -Force $pwd\build-tools
|
||||||
}
|
}
|
||||||
- git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
- git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
|
- ps: New-Item -Name depot_tools\.disable_auto_update -ItemType File
|
||||||
|
- depot_tools\bootstrap\win_tools.bat
|
||||||
- ps: $env:PATH="$pwd\depot_tools;$env:PATH"
|
- ps: $env:PATH="$pwd\depot_tools;$env:PATH"
|
||||||
- ps: >-
|
- ps: >-
|
||||||
if (Test-Path -Path "$pwd\src\electron") {
|
if (Test-Path -Path "$pwd\src\electron") {
|
||||||
|
|
|
@ -83,6 +83,8 @@ for:
|
||||||
Remove-Item -Recurse -Force $pwd\build-tools
|
Remove-Item -Recurse -Force $pwd\build-tools
|
||||||
}
|
}
|
||||||
- git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
- git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
|
- ps: New-Item -Name depot_tools\.disable_auto_update -ItemType File
|
||||||
|
- depot_tools\bootstrap\win_tools.bat
|
||||||
- ps: $env:PATH="$pwd\depot_tools;$env:PATH"
|
- ps: $env:PATH="$pwd\depot_tools;$env:PATH"
|
||||||
- ps: >-
|
- ps: >-
|
||||||
if (Test-Path -Path "$pwd\src\electron") {
|
if (Test-Path -Path "$pwd\src\electron") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue