removed autoconfigured constraint

pull/17110/head
Bill Feng 6 years ago
parent a548f1cc64
commit 4a9feff1fd
  1. 3
      third_party/toolchains/BUILD

@ -71,7 +71,7 @@ platform(
name: "gceMachineType" # Small machines for majority of tests. name: "gceMachineType" # Small machines for majority of tests.
value: "n1-standard-8" value: "n1-standard-8"
} }
""", """,
) )
# This target is auto-generated from release/cpp.tpl and should not be # This target is auto-generated from release/cpp.tpl and should not be
@ -79,7 +79,6 @@ platform(
toolchain( toolchain(
name = "cc-toolchain-clang-x86_64-default", name = "cc-toolchain-clang-x86_64-default",
exec_compatible_with = [ exec_compatible_with = [
"@bazel_tools//platforms:autoconfigured",
"@bazel_tools//platforms:linux", "@bazel_tools//platforms:linux",
"@bazel_tools//platforms:x86_64", "@bazel_tools//platforms:x86_64",
"@bazel_tools//tools/cpp:clang", "@bazel_tools//tools/cpp:clang",

Loading…
Cancel
Save