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.
41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
# 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.
|
|
|
|
# Pin resolved versions in the repo, to reduce trust in the CIPD backend.
|
|
#
|
|
# To regenerate them (after modifying this file):
|
|
# cipd ensure-file-resolve -ensure-file cipd_manifest.txt
|
|
$ResolvedVersions cipd_manifest.versions
|
|
|
|
# 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
|
|
$VerifiedPlatform linux-arm64 linux-armv6l
|
|
$VerifiedPlatform linux-mips64 linux-mips64le linux-mipsle
|
|
|
|
# vpython.
|
|
infra/tools/luci/vpython/${platform} git_revision:0bff6ebf817352838b0e6f65fd6460b38c505c9c
|
|
|
|
# LUCI editor
|
|
infra/tools/luci/led/${platform} git_revision:e4631c9c5c5abf39ac8247aaf647a95563714ec1
|
|
|
|
# LUCI config generator
|
|
infra/tools/luci/lucicfg/${platform} git_revision:ed4191113affb38ba0fb5765f6d24ced0fafb3fd
|
|
|
|
# Mac toolchain installer
|
|
infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
|
|
|
|
# LUCI rpc command line tool
|
|
infra/tools/prpc/${platform} git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
|
|
|
|
# LUCI authentication command line tool
|
|
infra/tools/luci-auth/${platform} git_revision:edd5644be66d37cdf82978efb0e5d6504d0d552f
|
|
|
|
# LUCI Buildbucket CLI
|
|
infra/tools/bb/${platform} git_revision:080c945efd74d45e9edac5d5b6cc598bbe106593
|