mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
build: update bazel_toolchains to version 3.4.0
This commit is contained in:
parent
45cb90f0e4
commit
37d26aed1f
@ -107,9 +107,9 @@ web_test_repositories()
|
||||
# Bring in bazel_toolchains for RBE setup configuration.
|
||||
http_archive(
|
||||
name = "bazel_toolchains",
|
||||
sha256 = "6d54b26a58457f9fca2e54f053402061ffe73e3b909b8f6bf6dedb2a3db093ea",
|
||||
strip_prefix = "bazel-toolchains-3.3.2",
|
||||
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.3.2.tar.gz",
|
||||
sha256 = "882fecfc88d3dc528f5c5681d95d730e213e39099abff2e637688a91a9619395",
|
||||
strip_prefix = "bazel-toolchains-3.4.0",
|
||||
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.4.0.tar.gz",
|
||||
)
|
||||
|
||||
load("@bazel_toolchains//rules:environments.bzl", "clang_env")
|
||||
|
Loading…
x
Reference in New Issue
Block a user