Sha256: c9b8bda18db2d7af667fdbe3280efbe39d599d0a573583403b9043d9daa26e60

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
libv8-8.4.255.0.1 vendor/depot_tools/bootstrap/manifest.txt
libv8-8.4.255.0 vendor/depot_tools/bootstrap/manifest.txt