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 @@ -873,7 +873,7 @@ impl Build {
873
873
874
874
/// Adds the compiler's bootstrap key to the environment of `cmd`.
875
875
fn add_bootstrap_key ( & self , cmd : & mut Command ) {
876
- cmd. env ( "RUSTC_BOOTSTRAP" , "" ) ;
876
+ cmd. env ( "RUSTC_BOOTSTRAP" , "1 " ) ;
877
877
// FIXME: Transitionary measure to bootstrap using the old bootstrap logic.
878
878
// Remove this once the bootstrap compiler uses the new login in Issue #36548.
879
879
cmd. env ( "RUSTC_BOOTSTRAP_KEY" , "62b3e239" ) ;
You can’t perform that action at this time.
0 commit comments