blob: 73263900aa6d7f3bdd5170e1fc6a2198c0d743fe [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" }
digest = "sha256:e9b210f087d12fdf5af68e732228a26753b5ab4bd83c551efb9822252804723e"
[[targets.cipd.variants]]
match = { os = "macos", arch = "x64" }
url_parameters = { platform = "mac-amd64" }
digest = "sha256:9f7ab348bfb8dbac3f3d70ce591f6fa6992524b0f98d756bc1c3820cd113926d"
[[targets.cipd.variants]]
match = { os = "windows", arch = "x64" }
url_parameters = { platform = "windows-amd64" }
digest = "sha256:c98d59b02a9251b24f4466a2ce61a870df0416482bbe2c5011abdbde7c96c4dc"
# 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" }