Skip to content

Commit f222051

Browse files
committed
make default
1 parent 5f7d387 commit f222051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/bootstrap/src/core/build_steps

src/bootstrap/src/core/build_steps/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ impl Step for StdarchVerify {
918918
}
919919

920920
fn is_default_step(_builder: &Builder<'_>) -> bool {
921-
false
921+
true
922922
}
923923

924924
fn make_run(run: RunConfig<'_>) {

0 commit comments

Comments
 (0)