Add platform triple arm-unknown-linux-musleabi (#3821) Add `arm-unknown-linux-musleabi` to the list of supported platform triples in `SUPPORTED_T2_PLATFORM_TRIPLES`. The `arm-unknown-linux-musleabi` triple is a valid Rust target supported by the official Rust toolchain and is required for building Rust projects targeting ARM devices with musl. This platform triple is also recognized by popular crates in the ecosystem, such as the https://crates.io/crates/nix/0.26.2, which explicitly supports this target as T2.
This repository provides rules for building Rust projects with Bazel.
The fastest way to try this in an empty project is to click the green “Use this template” button on https://github.com/bazel-starters/rust.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.
Please refer to the full documentation.