blob: 7a9d84cf0b704b64383216cc2accebc0f4f14158 [file] [log] [blame]
[project]
name = "simple-qg-project"
[targets.cipd]
type = "download"
namespace = "global"
url = "https://chrome-infra-packages.appspot.com/client?platform={platform}&version={version}"
url_parameters = { version = "git_revision:97c6e32ecb4f25a703bbe23aa459ea57886464c2" }
format = "bin"
bin_name = "cipd_client"
[[targets.cipd.variants]]
match = { os = "linux", arch = "x64" }
url_parameters = { platform = "linux-amd64" }
[[targets.cipd.variants]]
match = { os = "macos", arch = "x64" }
url_parameters = { platform = "mac-amd64" }
[[targets.cipd.variants]]
match = { os = "windows", arch = "x64" }
url_parameters = { platform = "windows-amd64" }
# TODO(frolv): Support archive downloads.
# [targets.arm-none-eabi-toolchain]
# type = "download"
# namespace = "global"
# url = "https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/{file}?rev={rev}"
# url_parameters = { rev = "0f93cc5b9df1473dabc1f39b06feb468&hash=7DF6BEF69DFDF7226B812B30BF45F552" }
# format = "txz"
# bin_dirs = ["bin"]
# [[targets.arm-none-eabi-toolchain.variants]]
# match = { os = "macos", arch = "x64" }
# url_parameters = { file = "arm-gnu-toolchain-11.3.rel1-darwin-x86_64-arm-none-eabi.tar.xz" }