Skip to content

Commit 3c3b905

Browse files
committed
Add emerald target to STAGE0_MISSING_TARGETS
1 parent cb19623 commit 3c3b905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/sanity.rs

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const STAGE0_MISSING_TARGETS: &[&str] = &[
3535
// just a dummy comment so the list doesn't get onelined
3636
"aarch64-apple-visionos",
3737
"aarch64-apple-visionos-sim",
38+
"x86_64-unknown-emerald",
3839
];
3940

4041
impl Finder {

0 commit comments

Comments
 (0)