Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c969a1

Browse files
committedApr 2, 2025
update missing targets list
1 parent fc10497 commit 0c969a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/bootstrap/src/core/sanity.rs

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pub struct Finder {
3434
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
3535
const STAGE0_MISSING_TARGETS: &[&str] = &[
3636
// just a dummy comment so the list doesn't get onelined
37-
"wasm32-wali-linux-musl",
3837
];
3938

4039
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM

0 commit comments

Comments
 (0)
Please sign in to comment.