aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorWei Li <weiwli@google.com>2021-11-02 17:04:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-11-02 17:04:59 +0000
commitd6b10da5f1d4e6cdd1f7f1e822a543c721d077a7 (patch)
tree3ae844cc4ea174c57f46b339158c97361d2220d2 /platforms
parent35313080908ebc0264e86bb2f5eebb03e1d3ee16 (diff)
parent171ba8384d67bc2eab2df6d86c7cd2cf7405ec33 (diff)
downloadbazel-d6b10da5f1d4e6cdd1f7f1e822a543c721d077a7.tar.gz
Merge "Add platform needed by python_binary_host."
Diffstat (limited to 'platforms')
-rw-r--r--platforms/BUILD.bazel8
1 files changed, 8 insertions, 0 deletions
diff --git a/platforms/BUILD.bazel b/platforms/BUILD.bazel
index de94b85d..4abece5a 100644
--- a/platforms/BUILD.bazel
+++ b/platforms/BUILD.bazel
@@ -39,6 +39,14 @@ platform(
],
)
+platform(
+ name = "linux_glibc_x86_64",
+ constraint_values = [
+ "//build/bazel/platforms/arch:x86_64",
+ "//build/bazel/platforms/os:linux",
+ ],
+)
+
# linux_bionic is the OS for the Linux kernel plus the Bionic libc runtime, but
# without the rest of Android.
platform(