xref: /aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/private/urls.bzl (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan"""A file containing urls and associated sha256 values for cargo-bazel binaries
2*d4726bddSHONG Yifan
3*d4726bddSHONG YifanThis file is auto-generated for each release to match the urls and sha256s of
4*d4726bddSHONG Yifanthe binaries produced for it.
5*d4726bddSHONG Yifan"""
6*d4726bddSHONG Yifan
7*d4726bddSHONG Yifan# Example:
8*d4726bddSHONG Yifan# {
9*d4726bddSHONG Yifan#     "x86_64-unknown-linux-gnu": "https://domain.com/downloads/cargo-bazel-x86_64-unknown-linux-gnu",
10*d4726bddSHONG Yifan#     "x86_64-apple-darwin": "https://domain.com/downloads/cargo-bazel-x86_64-apple-darwin",
11*d4726bddSHONG Yifan#     "x86_64-pc-windows-msvc": "https://domain.com/downloads/cargo-bazel-x86_64-pc-windows-msvc",
12*d4726bddSHONG Yifan# }
13*d4726bddSHONG YifanCARGO_BAZEL_URLS = {}
14*d4726bddSHONG Yifan
15*d4726bddSHONG Yifan# Example:
16*d4726bddSHONG Yifan# {
17*d4726bddSHONG Yifan#     "x86_64-unknown-linux-gnu": "1d687fcc860dc8a1aa6198e531f0aee0637ed506d6a412fe2b9884ff5b2b17c0",
18*d4726bddSHONG Yifan#     "x86_64-apple-darwin": "0363e450125002f581d29cf632cc876225d738cfa433afa85ca557afb671eafa",
19*d4726bddSHONG Yifan#     "x86_64-pc-windows-msvc": "f5647261d989f63dafb2c3cb8e131b225338a790386c06cf7112e43dd9805882",
20*d4726bddSHONG Yifan# }
21*d4726bddSHONG YifanCARGO_BAZEL_SHA256S = {}
22*d4726bddSHONG Yifan
23*d4726bddSHONG Yifan# Example:
24*d4726bddSHONG Yifan# Label("//crate_universe:cargo_bazel_bin")
25*d4726bddSHONG YifanCARGO_BAZEL_LABEL = Label("@cargo_bazel_bootstrap//:binary")
26