aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/toolchains/BUILD
diff options
context:
space:
mode:
authorGravatar Bill Feng <41599993+billfeng327@users.noreply.github.com>2019-01-10 11:25:13 -0800
committerGravatar GitHub <noreply@github.com>2019-01-10 11:25:13 -0800
commita554f44579b52a61891b19e3d77b23adc5e6a336 (patch)
tree6438e99e3f0541d348e4364c7177b19e8f5559ee /third_party/toolchains/BUILD
parentb28be3a835de50995207b6d2f978158caf322963 (diff)
parent5eed6d9d58b96e4d14d2cb9423656c90f572b57c (diff)
Merge pull request #17678 from billfeng327/bugfix/bazel-0.20-build
Updated bazel and RBE instance versions
Diffstat (limited to 'third_party/toolchains/BUILD')
-rw-r--r--third_party/toolchains/BUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/third_party/toolchains/BUILD b/third_party/toolchains/BUILD
index e213461acc..a1bee7f1f6 100644
--- a/third_party/toolchains/BUILD
+++ b/third_party/toolchains/BUILD
@@ -20,17 +20,17 @@ package(default_visibility = ["//visibility:public"])
# Update every time when a new container is released.
alias(
name = "rbe_ubuntu1604",
- actual = ":rbe_ubuntu1604_r342117",
+ actual = ":rbe_ubuntu1604_r346485",
)
alias(
name = "rbe_ubuntu1604_large",
- actual = ":rbe_ubuntu1604_r342117_large",
+ actual = ":rbe_ubuntu1604_r346485_large",
)
-# RBE Ubuntu16_04 r342117
+# RBE Ubuntu16_04 r346485
platform(
- name = "rbe_ubuntu1604_r342117",
+ name = "rbe_ubuntu1604_r346485",
constraint_values = [
"@bazel_tools//platforms:x86_64",
"@bazel_tools//platforms:linux",
@@ -51,9 +51,9 @@ platform(
""",
)
-# RBE Ubuntu16_04 r342117 large
+# RBE Ubuntu16_04 r346485 large
platform(
- name = "rbe_ubuntu1604_r342117_large",
+ name = "rbe_ubuntu1604_r346485_large",
constraint_values = [
"@bazel_tools//platforms:x86_64",
"@bazel_tools//platforms:linux",
@@ -74,14 +74,12 @@ platform(
""",
)
-# This target is auto-generated from release/cpp.tpl and should not be
-# modified directly.
toolchain(
name = "cc-toolchain-clang-x86_64-default",
exec_compatible_with = [
],
target_compatible_with = [
],
- toolchain = "@com_github_bazelbuild_bazeltoolchains//configs/ubuntu16_04_clang/1.1/bazel_0.16.1/default:cc-compiler-k8",
+ toolchain = "@com_github_bazelbuild_bazeltoolchains//configs/ubuntu16_04_clang/1.1/bazel_0.20.0/default:cc-compiler-k8",
toolchain_type = "@bazel_tools//tools/cpp:toolchain_type",
)