Skip to content

Commit 611f760

Browse files
renovate-botalan-agius4
authored andcommitted
build: update bazel_toolchains to version 3.3.1
1 parent 56fc03a commit 611f760

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
@@ -107,9 +107,9 @@ web_test_repositories()
107107
# Bring in bazel_toolchains for RBE setup configuration.
108108
http_archive(
109109
name = "bazel_toolchains",
110-
sha256 = "a802b753e127a6f73f3f300db5dd83fb618cd798bc880b6a87db9a8777b7939f",
111-
strip_prefix = "bazel-toolchains-3.3.0",
112-
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.3.0.tar.gz",
110+
sha256 = "2431088b38fd8e2878db17e3c5babb431de9e5c52b6d8b509d3070fa279a5be2",
111+
strip_prefix = "bazel-toolchains-3.3.1",
112+
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.3.1.tar.gz",
113113
)
114114

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

0 commit comments

Comments
 (0)