File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ install:
9595tidy :
9696 $(Q )$(BOOTSTRAP ) test --stage 2 src/tools/tidy $(BOOTSTRAP_ARGS )
9797prepare :
98- $(Q )$(BOOTSTRAP ) build --stage 2 nonexistent/path/to/trigger/cargo/metadata
98+ $(Q )$(BOOTSTRAP ) build --stage 2 --dry-run
9999
100100# # MSVC native builders
101101
Original file line number Diff line number Diff line change @@ -596,15 +596,6 @@ impl Build {
596596 _ => ( ) ,
597597 }
598598
599- {
600- let builder = builder:: Builder :: new ( self ) ;
601- if let Some ( path) = builder. paths . first ( ) {
602- if path == Path :: new ( "nonexistent/path/to/trigger/cargo/metadata" ) {
603- return ;
604- }
605- }
606- }
607-
608599 if !self . config . dry_run ( ) {
609600 {
610601 // We first do a dry-run. This is a sanity-check to ensure that
You can’t perform that action at this time.
0 commit comments