Skip to content

Commit 712e9a8

Browse files
authored
fixes
1 parent 2ec8a8e commit 712e9a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/Updating-musl-1.2.5.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ path = "2025/07/01/Updating-musl-1.2.5"
33
title = "Updating Rust's Linux musl targets to 1.2.5"
44
authors = ["Aria Desires"]
55
description = "musl targets will soon ship with musl 1.2.5"
6-
aliases = ["2025/07/01/Updating-musl-1.2.5.html"]
76

87
[extra]
98
team = "The Compiler Team"
@@ -22,7 +21,7 @@ A crater run in July 2024 (a year ago) [found only about 2% of rust projects wer
2221

2322
# Updated targets
2423

25-
The following targets will be updated (this is just "all musl targets except [`loongarch64-unknown-linux-musl`](https://doc.rust-lang.org/rustc/platform-support/loongarch-linux.html) which already was on 1.2.5"):
24+
The following targets will be updated (this is just "all musl targets except [`loongarch64-unknown-linux-musl`](https://doc.rust-lang.org/rustc/platform-support/loongarch-linux.html) which already was on 1.2.5, and [WALI](https://github.com/arjunr2/WALI) which doesn't use our bundled musl"):
2625

2726

2827
## Tier 2 with Host Tools
@@ -65,5 +64,4 @@ target | std | host | notes
6564
`riscv32gc-unknown-linux-musl` | ? | | RISC-V Linux (kernel 5.4, musl 1.2.3 + RISCV32 support patches)
6665
[`s390x-unknown-linux-musl`](https://doc.rust-lang.org/rustc/platform-support/s390x-unknown-linux-musl.html) | ✓ | | S390x Linux (kernel 3.2, musl 1.2.3)
6766
`thumbv7neon-unknown-linux-musleabihf` | ? | | Thumb2-mode Armv7-A Linux with NEON, musl 1.2.3
68-
[`wasm32-wali-linux-musl`](https://doc.rust-lang.org/rustc/platform-support/wasm32-wali-linux.html) | ? | | WebAssembly with [WALI](https://github.com/arjunr2/WALI)
6967
[`x86_64-unikraft-linux-musl`](https://doc.rust-lang.org/rustc/platform-support/unikraft-linux-musl.html) | ✓ | | 64-bit Unikraft with musl 1.2.3

0 commit comments

Comments
 (0)