bazelbuild / bazelbuild/rules_rust
Target triple parsing incomplete
Open
needs-triage
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
Target triples are unfortunately much more complicated than "either three or four things separated for a dash." More specifically, GNU explicitly allows you to leave out "unknown". This means that `thumbv7em-none-eabihf` is not only a valid target triple, but a valid target triple that Rust lists in supported platforms (admittedly Tier 3).
Contributor guide
Assessment
This issue has not been assessed yet.