File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,6 @@ impl<'a> Builder<'a> {
603
603
dist:: RustcDocs ,
604
604
dist:: Mingw ,
605
605
dist:: Rustc ,
606
- dist:: DebuggerScripts ,
607
606
dist:: Std ,
608
607
dist:: RustcDev ,
609
608
dist:: Analysis ,
Original file line number Diff line number Diff line change @@ -456,16 +456,7 @@ impl Step for DebuggerScripts {
456
456
type Output = ( ) ;
457
457
458
458
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
459
- run. path ( "src/etc/lldb_batchmode.py" )
460
- }
461
-
462
- fn make_run ( run : RunConfig < ' _ > ) {
463
- run. builder . ensure ( DebuggerScripts {
464
- sysroot : run
465
- . builder
466
- . sysroot ( run. builder . compiler ( run. builder . top_stage , run. build_triple ( ) ) ) ,
467
- host : run. target ,
468
- } ) ;
459
+ run. never ( )
469
460
}
470
461
471
462
/// Copies debugger scripts for `target` into the `sysroot` specified.
You can’t perform that action at this time.
0 commit comments