We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ebef2 commit c900e1cCopy full SHA for c900e1c
rust/platform/triple_mappings.bzl
@@ -269,13 +269,6 @@ def triple_to_constraint_set(target_triple):
269
"@rules_rust//rust/platform/os:unknown",
270
]
271
272
- # Workaround for https://github.com/bazelbuild/bazel/issues/14982
273
- if target_triple in ("armv7-linux-androideabi", "thumbv7neon-linux-androideabi"):
274
- return [
275
- "@platforms//cpu:arm",
276
- "@platforms//os:android",
277
- ]
278
-
279
triple_struct = triple(target_triple)
280
281
constraint_set = []
0 commit comments