Skip to content

Commit

Permalink
Toolchain configs for marketplace.gcr.io/google/rbe-ubuntu16-04, Baze…
Browse files Browse the repository at this point in the history
…l 3.1.0 (2020/05/20) (#875)
  • Loading branch information
rbe-toolchains-robot authored May 20, 2020
1 parent 7db6236 commit 7766673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/ubuntu16_04_clang/11.0.0/bazel_3.1.0/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ package(default_visibility = ["//visibility:public"])
toolchain(
name = "cc-toolchain",
exec_compatible_with = [
"@bazel_tools//platforms:x86_64",
"@bazel_tools//platforms:linux",
"@bazel_tools//platforms:x86_64",
"@bazel_tools//tools/cpp:clang",
],
target_compatible_with = [
Expand All @@ -36,8 +36,8 @@ toolchain(
platform(
name = "platform",
constraint_values = [
"@bazel_tools//platforms:x86_64",
"@bazel_tools//platforms:linux",
"@bazel_tools//platforms:x86_64",
"@bazel_tools//tools/cpp:clang",
],
remote_execution_properties = """
Expand Down

0 comments on commit 7766673

Please sign in to comment.