You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/bootstrap/manifest.txt

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-amd64 windows-arm64 linux-amd64 mac-amd64 mac-arm64
@Subdir python
infra/3pp/tools/cpython/${platform} version:2@2.7.18.chromium.44
@Subdir python3
Revert "Reland "Upgrade python to 3.11"" This reverts commit 32c1207c9efd529fb69d859bdf2a29cd484fb84c. Reason for revert: spec reverting for `FileNotFoundError: shell not found` errors on win-presubmit https://ci.chromium.org/ui/p/chromium/builders/try/win-presubmit?limit=200 eg https://ci.chromium.org/ui/p/chromium/builders/try/win-presubmit/377708/overview Original change's description: > Reland "Upgrade python to 3.11" > > This is a reland of commit 6a167d1e1fb23a141d4860b5f02693deb21936db > > Original change's description: > > Upgrade python to 3.11 > > > > R=bryner > > > > Bug: 1500415 > > Change-Id: Ie379744131f7a9ced204a31f21079cb697c889a6 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5030767 > > Reviewed-by: Brian Ryner <bryner@google.com> > > Commit-Queue: Josip Sokcevic <sokcevic@chromium.org> > > Bug: 1500415 > Change-Id: I0cce81772186a26c3bdb67c5b49ce383b8a1443e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5118884 > Commit-Queue: Peter Wen <wnwen@chromium.org> > Reviewed-by: Brian Ryner <bryner@google.com> Bug: 1500415 Change-Id: Ic57bdd4919f44b38b7edc334dc7e504e19256067 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5119766 Commit-Queue: Josip Sokcevic <sokcevic@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Ben Pastene <bpastene@chromium.org> Reviewed-by: Brian Ryner <bryner@google.com>
2 years ago
infra/3pp/tools/cpython3/${platform} version:2@3.8.10.chromium.26
@Subdir git
infra/3pp/tools/git/${platform} version:2@2.41.0.chromium.11