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 991a87f commit 4d14035Copy full SHA for 4d14035
rust/platform/platform.bzl
@@ -66,6 +66,12 @@ def declare_config_settings():
66
constraint_values = triple_to_constraint_set(triple),
67
)
68
69
+ native.alias(
70
+ name = "armv7-unknown-linux-gnueabihf",
71
+ actual = ":armv7-unknown-linux-gnueabi",
72
+ deprecation = "Use `@rules_rust//rust/platform:armv7-unknown-linux-gnueabi` instead.",
73
+ )
74
+
75
# Add alias for wasm to maintain backwards compatibility.
76
native.alias(
77
name = "wasm32-wasi",
0 commit comments