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:
95
95
tidy :
96
96
$(Q )$(BOOTSTRAP ) test --stage 2 src/tools/tidy $(BOOTSTRAP_ARGS )
97
97
prepare :
98
- $(Q )$(BOOTSTRAP ) build --stage 2 nonexistent/path/to/trigger/cargo/metadata
98
+ $(Q )$(BOOTSTRAP ) build --stage 2 --dry-run
99
99
100
100
# # MSVC native builders
101
101
Original file line number Diff line number Diff line change @@ -596,15 +596,6 @@ impl Build {
596
596
_ => ( ) ,
597
597
}
598
598
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
-
608
599
if !self . config . dry_run ( ) {
609
600
{
610
601
// 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