Skip to content

Commit c3fbcf6

Browse files
devversionjelbourn
authored andcommitted
build: update to bazel 3.1.0
1 parent bb193f4 commit c3fbcf6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.1.0

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ http_archive(
2828

2929
load("@build_bazel_rules_nodejs//:index.bzl", "check_bazel_version", "node_repositories", "yarn_install")
3030

31-
# The minimum bazel version to use with this repo is v2.0.0.
32-
check_bazel_version("2.0.0")
31+
# The minimum bazel version to use with this repo is v3.1.0.
32+
check_bazel_version("3.1.0")
3333

3434
node_repositories(
3535
node_repositories = {
@@ -105,9 +105,9 @@ sass_repositories()
105105
# Bring in bazel_toolchains for RBE setup configuration.
106106
http_archive(
107107
name = "bazel_toolchains",
108-
sha256 = "239a1a673861eabf988e9804f45da3b94da28d1aff05c373b013193c315d9d9e",
109-
strip_prefix = "bazel-toolchains-3.0.1",
110-
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.0.1.tar.gz",
108+
sha256 = "144290c4166bd67e76a54f96cd504ed86416ca3ca82030282760f0823c10be48",
109+
strip_prefix = "bazel-toolchains-3.1.1",
110+
url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.1.1.tar.gz",
111111
)
112112

113113
load("@bazel_toolchains//repositories:repositories.bzl", bazel_toolchains_repositories = "repositories")
@@ -122,7 +122,7 @@ rbe_autoconfig(
122122
# platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
123123
# need to pull the image and run it in order determine the toolchain configuration.
124124
# See: https://github.com/bazelbuild/bazel-toolchains/blob/master/configs/ubuntu16_04_clang/versions.bzl#L9
125-
base_container_digest = "sha256:5464e3e83dc656fc6e4eae6a01f5c2645f1f7e95854b3802b85e86484132d90e",
125+
base_container_digest = "sha256:b516a2d69537cb40a7c6a7d92d0008abb29fba8725243772bdaf2c83f1be2272",
126126
digest = "sha256:0b8fa87db4b8e5366717a7164342a029d1348d2feea7ecc4b18c780bc2507059",
127127
registry = "marketplace.gcr.io",
128128
# We can't use the default "ubuntu16_04" RBE image provided by the autoconfig because we need

0 commit comments

Comments
 (0)