| workspace(name = "rules_proto") |
| |
| load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") |
| load("//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains") |
| |
| rules_proto_dependencies() |
| |
| rules_proto_toolchains() |
| |
| http_archive( |
| name = "bazel_toolchains", |
| sha256 = "1e16833a9f0e32b292568c0dfee7bd48133c2038605757d3a430551394310006", |
| strip_prefix = "bazel-toolchains-1.1.0", |
| urls = [ |
| "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/1.1.0.tar.gz", |
| "https://github.com/bazelbuild/bazel-toolchains/archive/1.1.0.tar.gz", |
| ], |
| ) |
| |
| load("@bazel_toolchains//rules:rbe_repo.bzl", "rbe_autoconfig") |
| |
| rbe_autoconfig(name = "buildkite_config") |