We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfd169 commit bca4f82Copy full SHA for bca4f82
src/bootstrap/src/core/sanity.rs
@@ -33,11 +33,7 @@ pub struct Finder {
33
//
34
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
35
const STAGE0_MISSING_TARGETS: &[&str] = &[
36
- "armv7a-vex-v5",
37
- "riscv64a23-unknown-linux-gnu",
38
// just a dummy comment so the list doesn't get onelined
39
- "aarch64_be-unknown-hermit",
40
- "aarch64_be-unknown-none-softfloat",
41
"x86_64-unknown-motor",
42
];
43
0 commit comments