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.1.1
This commit is contained in:
parent
5a0683daf2
commit
2bd61163b3
@ -108,9 +108,9 @@ web_test_repositories()
|
||||
# Bring in bazel_toolchains for RBE setup configuration.
|
||||
http_archive(
|
||||
name = "bazel_toolchains",
|
||||
sha256 = "239a1a673861eabf988e9804f45da3b94da28d1aff05c373b013193c315d9d9e",
|
||||
strip_prefix = "bazel-toolchains-3.0.1",
|
||||
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.0.1.tar.gz",
|
||||
sha256 = "144290c4166bd67e76a54f96cd504ed86416ca3ca82030282760f0823c10be48",
|
||||
strip_prefix = "bazel-toolchains-3.1.1",
|
||||
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.1.1.tar.gz",
|
||||
)
|
||||
|
||||
load("@bazel_toolchains//rules:environments.bzl", "clang_env")
|
||||
|
Loading…
x
Reference in New Issue
Block a user