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 @@ -372,7 +372,7 @@ CFG_INFO := $(info cfg: disabling unstable features (CFG_DISABLE_UNSTABLE_FEATUR
372
372
# Turn on feature-staging
373
373
export CFG_DISABLE_UNSTABLE_FEATURES
374
374
# Subvert unstable feature lints to do the self-build
375
- export RUSTC_BOOTSTRAP
375
+ export RUSTC_BOOTSTRAP =1
376
376
endif
377
377
ifdef CFG_MUSL_ROOT
378
378
export CFG_MUSL_ROOT
Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ impl Build {
871
871
872
872
/// Adds the compiler's bootstrap key to the environment of `cmd`.
873
873
fn add_bootstrap_key ( & self , cmd : & mut Command ) {
874
- cmd. env ( "RUSTC_BOOTSTRAP" , "" ) ;
874
+ cmd. env ( "RUSTC_BOOTSTRAP" , "1 " ) ;
875
875
// FIXME: Transitionary measure to bootstrap using the old bootstrap logic.
876
876
// Remove this once the bootstrap compiler uses the new login in Issue #36548.
877
877
cmd. env ( "RUSTC_BOOTSTRAP_KEY" , "62b3e239" ) ;
You can’t perform that action at this time.
0 commit comments