@@ -21,8 +21,8 @@ http_archive(
21
21
22
22
load ("@build_bazel_rules_nodejs//:defs.bzl" , "check_bazel_version" , "node_repositories" , "yarn_install" )
23
23
24
- # The minimum bazel version to use with this repo is 1.0.0
25
- check_bazel_version ("1.0 .0" )
24
+ # The minimum bazel version to use with this repo is v1. 1.0.
25
+ check_bazel_version ("1.1 .0" )
26
26
27
27
node_repositories (
28
28
node_repositories = {
@@ -100,9 +100,9 @@ sass_repositories()
100
100
# Bring in bazel_toolchains for RBE setup configuration.
101
101
http_archive (
102
102
name = "bazel_toolchains" ,
103
- sha256 = "0b36eef8a66f39c8dbae88e522d5bbbef49d5e66e834a982402c79962281be10 " ,
104
- strip_prefix = "bazel-toolchains-1.0.1 " ,
105
- url = "https://github.com/bazelbuild/bazel-toolchains/archive/1.0.1 .tar.gz" ,
103
+ sha256 = "3c1299efcf64a4ecf4f6def7564db28879ad2870632144d77932e7910686d3f3 " ,
104
+ strip_prefix = "bazel-toolchains-1.1.2 " ,
105
+ url = "https://github.com/bazelbuild/bazel-toolchains/archive/1.1.2 .tar.gz" ,
106
106
)
107
107
108
108
load ("@bazel_toolchains//repositories:repositories.bzl" , bazel_toolchains_repositories = "repositories" )
@@ -117,8 +117,8 @@ rbe_autoconfig(
117
117
# platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
118
118
# need to pull the image and run it in order determine the toolchain configuration.
119
119
# See: https://github.com/bazelbuild/bazel-toolchains/blob/master/rules/rbe_repo.bzl#L229
120
- base_container_digest = "sha256:3e98e2e1233de1aed4ed7d7e05450a3f75b8c8d6f6bf53f1b390b5131c790f6f " ,
121
- digest = "sha256:76e2e4a894f9ffbea0a0cb2fbde741b5d223d40f265dbb9bca78655430173990 " ,
120
+ base_container_digest = "sha256:1ab40405810effefa0b2f45824d6d608634ccddbf06366760c341ef6fbead011 " ,
121
+ digest = "sha256:0b8fa87db4b8e5366717a7164342a029d1348d2feea7ecc4b18c780bc2507059 " ,
122
122
registry = "marketplace.gcr.io" ,
123
123
# We can't use the default "ubuntu16_04" RBE image provided by the autoconfig because we need
124
124
# a specific Linux kernel that comes with "libx11" in order to run headless browser tests.
0 commit comments