cipd_manifest.txt 1.37 KB
Newer Older
1 2 3 4
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

5
# Pin resolved versions in the repo, to reduce trust in the CIPD backend.
6 7 8
#
# To regenerate them (after modifying this file):
#   cipd ensure-file-resolve -ensure-file cipd_manifest.txt
9 10
$ResolvedVersions cipd_manifest.versions

11 12 13 14 15 16 17
# Fully supported plaforms.
$VerifiedPlatform linux-amd64 mac-amd64 windows-amd64 windows-386

# Platform with best-effort support: we have some binaries cross-compiled for
# them, but we do not test they work. They also may not have all necessary
# vpython packages.
$VerifiedPlatform linux-386 linux-ppc64 linux-ppc64le linux-s390x
18 19
$VerifiedPlatform linux-arm64 linux-armv6l
$VerifiedPlatform linux-mips64 linux-mips64le linux-mipsle
20

21
# vpython.
22
infra/tools/luci/vpython/${platform} git_revision:66410e06ff82b4e79e849977e4e58c0a261d9953
23 24

# LUCI editor
25
infra/tools/luci/led/${platform} git_revision:522debceb9aeba7dbce7f811687a640656d4e8cd
26 27

# Mac toolchain installer
28
infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:9a931a5307c46b16b1c12e01e8239d4a73830b89
29 30

# LUCI rpc command line tool
31
infra/tools/prpc/${platform} git_revision:9a931a5307c46b16b1c12e01e8239d4a73830b89
32 33

# LUCI authentication command line tool
34
infra/tools/luci-auth/${platform} git_revision:9a931a5307c46b16b1c12e01e8239d4a73830b89