File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ CFG_INFO := $(info cfg: disabling unstable features (CFG_DISABLE_UNSTABLE_FEATUR
368
368
# Turn on feature-staging
369
369
export CFG_DISABLE_UNSTABLE_FEATURES
370
370
# Subvert unstable feature lints to do the self-build
371
- export RUSTC_BOOTSTRAP
371
+ export RUSTC_BOOTSTRAP =1
372
372
endif
373
373
ifdef CFG_MUSL_ROOT
374
374
export CFG_MUSL_ROOT
Original file line number Diff line number Diff line change @@ -863,7 +863,7 @@ impl Build {
863
863
864
864
/// Adds the compiler's bootstrap key to the environment of `cmd`.
865
865
fn add_bootstrap_key ( & self , cmd : & mut Command ) {
866
- cmd. env ( "RUSTC_BOOTSTRAP" , "" ) ;
866
+ cmd. env ( "RUSTC_BOOTSTRAP" , "1 " ) ;
867
867
// FIXME: Transitionary measure to bootstrap using the old bootstrap logic.
868
868
// Remove this once the bootstrap compiler uses the new login in Issue #36548.
869
869
cmd. env ( "RUSTC_BOOTSTRAP_KEY" , "5c6cf767" ) ;
You can’t perform that action at this time.
0 commit comments