From af7eadb0240739a9a5bcd2018c6b0c2baf794852 Mon Sep 17 00:00:00 2001 From: Anne Redulla Date: Mon, 27 Jan 2025 20:46:54 -0800 Subject: [PATCH] [win-bootstrap] Remove git from bleeding edge CIPD manifest Git is no longer installed by depot_tools (it should have been installed directly). Thus, it can be removed from the bootstrap manifest. This CL applies the change to `manifest_bleeding_edge.txt` first, to canary the change. Bug: b/360206460 Change-Id: I78ced461bc68c33c9979668df1e275ccba6cd2e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6205606 Reviewed-by: Josip Sokcevic Commit-Queue: Anne Redulla --- bootstrap/manifest_bleeding_edge.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstrap/manifest_bleeding_edge.txt b/bootstrap/manifest_bleeding_edge.txt index 9f98b8416..f9e7b3401 100644 --- a/bootstrap/manifest_bleeding_edge.txt +++ b/bootstrap/manifest_bleeding_edge.txt @@ -20,6 +20,3 @@ $VerifiedPlatform windows-arm64 @Subdir python3 infra/3pp/tools/cpython3/${platform} version:2@3.11.8.chromium.35 - -@Subdir git -infra/3pp/tools/git/${platform} version:2@2.41.0.chromium.11