File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,24 @@ load("//build:workspace_mirror.bzl", "mirror")
3
3
4
4
http_archive (
5
5
name = "bazel_toolchains" ,
6
- sha256 = "8d43844d1d4447be2a108834771d617a1ad2a107f1680190bfe44925e7bf530e " ,
7
- strip_prefix = "bazel-toolchains-4c003ad45e8a2d829ffc40e3aecfb6b8577a9406 " ,
6
+ sha256 = "f5acacb61693e00c993dbe3357cb4eb71eb49c6ed1e8b11215cef8738c7674cb " ,
7
+ strip_prefix = "bazel-toolchains-997c10a " ,
8
8
urls = [
9
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/4c003ad45e8a2d829ffc40e3aecfb6b8577a9406 .tar.gz" ,
10
- "https://github.com/bazelbuild/bazel-toolchains/archive/4c003ad45e8a2d829ffc40e3aecfb6b8577a9406 .tar.gz" ,
9
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/997c10a .tar.gz" ,
10
+ "https://github.com/bazelbuild/bazel-toolchains/archive/997c10a .tar.gz" ,
11
11
],
12
12
)
13
13
14
14
load ("@bazel_toolchains//rules:rbe_repo.bzl" , "rbe_autoconfig" )
15
15
16
- rbe_autoconfig (name = "rbe_default" )
16
+ rbe_autoconfig (
17
+ name = "rbe_default" ,
18
+ base_container_digest = "sha256:677c1317f14c6fd5eba2fd8ec645bfdc5119f64b3e5e944e13c89e0525cc8ad1" ,
19
+ digest = "sha256:b7c2e7a18968b9df2db43eda722c5ae592aafbf774ba2766074a9c96926743d8" ,
20
+ registry = "gcr.io" ,
21
+ repository = "k8s-testimages/bazel-krte" ,
22
+ # tag = "latest",
23
+ )
17
24
18
25
http_archive (
19
26
name = "bazel_skylib" ,
You can’t perform that action at this time.
0 commit comments