mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
This reverts commits0e85f633c7and9d25ad4192. Reason for revert: Causes problems for MinGW users. Original change's description: > Reland "depot_tools: Bootstrap Python 3 on Linux/Mac" > > This is a reland ofdbca865e55> > Original change's description: > > depot_tools: Bootstrap Python 3 on Linux/Mac > > > > This will make it possible for developers to execute depot_tools > > scripts using Python 3 in a known environment. > > > > Bug: 1002153 > > Change-Id: I5ff492a49d227c1b5876f49adba020f51a575bdd > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1762664 > > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > > Bug: 1002153 > Change-Id: I6938a76ffa05366c21f7c56aed3d07ecb2b84443 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1798845 > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=iannucci@chromium.org,dpranke@chromium.org,tandrii@google.com,ehmaldonado@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1002153 Change-Id: I3ee87b95b2532ec694d7f4f87cce8cde8ccf86eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1808137 Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
24 lines
805 B
Plaintext
24 lines
805 B
Plaintext
# CIPD manifest for Windows 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" and "win_tools.py" templates.
|
|
#
|
|
# "win_tools.bat" has a hard requirement that the Python package contains the
|
|
# string "cpython" and ends with the CIPD tag "version:VERSION". It uses this
|
|
# to extract VERSION.
|
|
|
|
$VerifiedPlatform windows-386 windows-amd64
|
|
|
|
@Subdir python
|
|
infra/python/cpython/${platform} version:2.7.15.chromium14
|
|
|
|
@Subdir python3
|
|
infra/python/cpython3/${os}-${arch=amd64} version:3.8.0b1.chromium.1
|
|
|
|
@Subdir git
|
|
infra/git/windows-${arch} version:2.21.0.chromium16
|