From 040e9a027a1448f8f7643a363bfd78ba803a40c3 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Thu, 6 Jul 2023 16:13:20 -0400 Subject: [PATCH] build: disable unneeded depot_tools update on Windows CI (#39011) build: disable unneeded depot_tools update --- appveyor-woa.yml | 2 ++ appveyor.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/appveyor-woa.yml b/appveyor-woa.yml index b949b6fbe4e9..d1f0d3be19cf 100644 --- a/appveyor-woa.yml +++ b/appveyor-woa.yml @@ -85,6 +85,8 @@ for: Remove-Item -Recurse -Force $pwd\build-tools } - 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: >- if (Test-Path -Path "$pwd\src\electron") { diff --git a/appveyor.yml b/appveyor.yml index 33e459ad06a5..98f10f542527 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,6 +83,8 @@ for: Remove-Item -Recurse -Force $pwd\build-tools } - 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: >- if (Test-Path -Path "$pwd\src\electron") {