Skip to content

Commit 2846968

Browse files
committed
add riscv64im to ignore list for stage0
1 parent 1fe0a85 commit 2846968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/sanity.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const STAGE0_MISSING_TARGETS: &[&str] = &[
4141
"sparc64-unknown-helenos",
4242
// just a dummy comment so the list doesn't get onelined
4343
"riscv64gc-unknown-redox",
44+
"riscv64im-unknown-none-elf",
4445
"hexagon-unknown-qurt",
4546
];
4647

0 commit comments

Comments
 (0)