aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/toolchains/BUILD
diff options
context:
space:
mode:
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",
)