Skip to content

Commit d3c11ff

Browse files
renovate-botKeen Yee Liau
authored andcommitted
build: update bazel_toolchains to version 0.28.5
1 parent e070379 commit d3c11ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ web_test_repositories()
108108
# Bring in bazel_toolchains for RBE setup configuration.
109109
http_archive(
110110
name = "bazel_toolchains",
111-
sha256 = "e71eadcfcbdb47b4b740eb48b32ca4226e36aabc425d035a18dd40c2dda808c1",
112-
strip_prefix = "bazel-toolchains-0.28.4",
113-
url = "https://github.com/bazelbuild/bazel-toolchains/archive/0.28.4.tar.gz",
111+
sha256 = "b72e7a911436b2900b05759a1fcd735070edbd4442f0a3506ef021fdcd6e15b3",
112+
strip_prefix = "bazel-toolchains-0.28.5",
113+
url = "https://github.com/bazelbuild/bazel-toolchains/archive/0.28.5.tar.gz",
114114
)
115115

116116
load("@bazel_toolchains//rules:environments.bzl", "clang_env")

0 commit comments

Comments
 (0)