Commit 8bbcfab
authored
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.1 parent 52feb40 commit 8bbcfab
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments