Skip to content

Commit

Permalink
build: update bazel_toolchains to version 0.29.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vikerman committed Sep 26, 2019
1 parent 08aa5c6 commit 1015ce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ web_test_repositories()
# Bring in bazel_toolchains for RBE setup configuration.
http_archive(
name = "bazel_toolchains",
sha256 = "a1e273b6159ae858f53046f5bab9678cffa82a72f0bf0c0a9e4af8fddb91209c",
strip_prefix = "bazel-toolchains-0.29.6",
url = "https://github.com/bazelbuild/bazel-toolchains/archive/0.29.6.tar.gz",
sha256 = "e08fa958f227ea2e41627b50d9b3f1df9bd3ef8dff5a2bcee3a19bc26bc36070",
strip_prefix = "bazel-toolchains-0.29.7",
url = "https://github.com/bazelbuild/bazel-toolchains/archive/0.29.7.tar.gz",
)

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

0 comments on commit 1015ce2

Please sign in to comment.