mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
This reverts commit 5fcb48536c.
Reason for revert: Broke Git on my gWindows machine, it fails for many Git operations with the following error message:
git pull
2 [main] sh (54140) shared_info::initialize: size of shared memory region changed from 45944 to 38776
fatal: Could not read from remote repository
I've confirmed that reverting this CL fixes the problem.
Original change's description:
> Roll git to 2.27.0 on Windows
>
> Bug: 1070694
> Change-Id: I37af08864661ca92116776569b9285ceb6ff465c
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2300204
> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
TBR=ehmaldonado@chromium.org,apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com
Change-Id: I4d27eaa1b17cb056635dceed5ad1562debfc2e06
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1070694
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2302489
Reviewed-by: Sébastien Marchand <sebmarchand@chromium.org>
Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
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
|
|
# strings "cpython/" for Python 2 and "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
|
|
|
|
@Subdir python
|
|
infra/3pp/tools/cpython/${platform} version:2.7.17.chromium.22
|
|
|
|
@Subdir python3
|
|
infra/3pp/tools/cpython3/${os}-${arch} version:3.8.0.chromium.8
|
|
|
|
@Subdir git
|
|
infra/3pp/tools/git/${os}-${arch} version:2.24.1.chromium.5
|