mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
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 <sokcevic@chromium.org> Commit-Queue: Anne Redulla <aredulla@google.com>
23 lines
935 B
Plaintext
23 lines
935 B
Plaintext
# CIPD manifest for bootstrapping tools.
|
|
#
|
|
# We must install anything that we want included on PATH to a different
|
|
# subdirectory than Git, as Git's msys bash strips its root directory
|
|
# from PATH, hence the subdirs.
|
|
#
|
|
# If any paths or package layouts change, updates will be required in
|
|
# "win_tools.bat", "bootstrap.py" and "../bootstrap_python3" templates.
|
|
#
|
|
# "win_tools.bat" has a hard requirement that the Python packages contain the
|
|
# string "cpython3/" for Python 3, and ends with the CIPD tag "version:VERSION".
|
|
# It uses this to extract VERSION.
|
|
#
|
|
# "bootstrap_python3" has a hard requirement that the Python package contains
|
|
# the string "cpython3/" and ends with the CIPD tag "version:VERSION".
|
|
# It uses this to extract VERSION.
|
|
|
|
$VerifiedPlatform windows-386 windows-amd64 linux-amd64 mac-amd64 mac-arm64
|
|
$VerifiedPlatform windows-arm64
|
|
|
|
@Subdir python3
|
|
infra/3pp/tools/cpython3/${platform} version:2@3.11.8.chromium.35
|