build: update bazel to v1.1.0 (#33813)
Updates Bazel to the latest stable version. Bazel 1.1.0
supposedly fixes a permission bug in Windows. Hence we
should try to update and see if that fixes the bug.
It's generally good to be up to date. See potential bug
fix commit:
618e5a28f7
.
PR Close #33813
This commit is contained in:

committed by
Alex Rickabaugh

parent
aaa38cf3f3
commit
63c3569e2a
@ -29,9 +29,9 @@ def rules_angular_dev_dependencies():
|
||||
_maybe(
|
||||
http_archive,
|
||||
name = "bazel_toolchains",
|
||||
sha256 = "0b36eef8a66f39c8dbae88e522d5bbbef49d5e66e834a982402c79962281be10",
|
||||
strip_prefix = "bazel-toolchains-1.0.1",
|
||||
url = "https://github.com/bazelbuild/bazel-toolchains/archive/1.0.1.tar.gz",
|
||||
sha256 = "3c1299efcf64a4ecf4f6def7564db28879ad2870632144d77932e7910686d3f3",
|
||||
strip_prefix = "bazel-toolchains-1.1.2",
|
||||
url = "https://github.com/bazelbuild/bazel-toolchains/archive/1.1.2.tar.gz",
|
||||
)
|
||||
|
||||
#############################################
|
||||
|
Reference in New Issue
Block a user