| Tim Windelschmidt | 98000a5 | 2025-03-06 14:22:15 +0100 | [diff] [blame] | 1 | http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") |
| 2 | |
| 3 | http_archive( |
| 4 | name = "toolchain-bundle-x86_64-unknown-linux-musl", |
| 5 | build_file = "//build/toolchain/toolchain-bundle:toolchain-bundle.bzl", |
| 6 | integrity = "sha256-tpbvNL5S4t2WLkcj027sghf8tEzVJFL1e5leyx8JkCI=", |
| 7 | urls = [ |
| 8 | "https://storage.googleapis.com/monogon-infra-public/toolchain/toolchain-bundle-x86_64-unknown-linux-musl-release-25.05.ffdcefdde9a4e540d1c875767da0e382e1ccf460.tar.zst", |
| 9 | ], |
| 10 | ) |
| 11 | |
| 12 | http_archive( |
| 13 | name = "toolchain-bundle-aarch64-unknown-linux-musl", |
| 14 | build_file = "//build/toolchain/toolchain-bundle:toolchain-bundle.bzl", |
| 15 | integrity = "sha256-6caDQ8S+DGXHy2xSAhfRu5EXFLZ7NNqbtkY6o1i33F4=", |
| 16 | urls = [ |
| 17 | "https://storage.googleapis.com/monogon-infra-public/toolchain/toolchain-bundle-aarch64-unknown-linux-musl-release-25.05.ffdcefdde9a4e540d1c875767da0e382e1ccf460.tar.zst", |
| 18 | ], |
| 19 | ) |