We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4c160 commit 9007968Copy full SHA for 9007968
src/bootstrap/src/core/sanity.rs
@@ -35,7 +35,7 @@ pub struct Finder {
35
const STAGE0_MISSING_TARGETS: &[&str] = &[
36
// just a dummy comment so the list doesn't get onelined
37
"wasm32-wali-linux-musl",
38
- "riscv32im-succinct-zkvm-elf"
+ "riscv32im-succinct-zkvm-elf",
39
];
40
41
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
0 commit comments