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.
BOOTSTRAP_SKIP_TARGET_SANITY
1 parent 3f121b9 commit f7694b8Copy full SHA for f7694b8
src/bootstrap/src/core/sanity.rs
@@ -234,8 +234,7 @@ than building it.
234
}
235
236
// Ignore fake targets that are only used for unit tests in bootstrap.
237
- #[cfg(not(feature = "bootstrap-self-test"))]
238
- {
+ if cfg!(not(feature = "bootstrap-self-test")) && !skip_target_sanity {
239
let mut has_target = false;
240
let target_str = target.to_string();
241
0 commit comments