This will make it easier for packagers to bootstrap rustc when they happen to have a bootstrap compiler with a slightly different version number. It's not ok for anything other than the build system to set this environment variable.
eddyb added a commit to eddyb/rust that referenced this pull request
Oct 19, 2016Allow bootstrapping without a key. Fixes rust-lang#36548 This will make it easier for packagers to bootstrap rustc when they happen to have a bootstrap compiler with a slightly different version number. It's not ok for anything other than the build system to set this environment variable. r? @alexcrichton
eddyb added a commit to eddyb/rust that referenced this pull request
Oct 19, 2016Allow bootstrapping without a key. Fixes rust-lang#36548 This will make it easier for packagers to bootstrap rustc when they happen to have a bootstrap compiler with a slightly different version number. It's not ok for anything other than the build system to set this environment variable. r? @alexcrichton
eddyb
mentioned this pull request
Merged
bors added a commit that referenced this pull request
Oct 19, 2016
TimNN
mentioned this pull request
Closed
Merged
label
Oct 19, 2016cuviper added a commit to cuviper/rust that referenced this pull request
Oct 19, 2016A new point-release shouldn't change any language semantics, so a local stage0 that matches MAJOR.MINOR version should still be considered a local-rebuild as far as `--cfg stageN` features go. e.g. `1.14.0` should be considered a local-rebuild for any `1.14.X`. (Bootstrap keys used to be an issue too, until rust-lang#37265.)
bors added a commit that referenced this pull request
Oct 20, 2016Detect local-rebuild by just the MAJOR.MINOR version A new point-release shouldn't change any language semantics, so a local stage0 that matches MAJOR.MINOR version should still be considered a local-rebuild as far as `--cfg stageN` features go. e.g. `1.14.0` should be considered a local-rebuild for any `1.14.X`. (Bootstrap keys used to be an issue too, until #37265.)
label
Oct 24, 2016
TimNN
mentioned this pull request
Closed
brson
mentioned this pull request
Merged
the-kenny added a commit to NixOS/nixpkgs that referenced this pull request
Nov 28, 2016Newer nightlies check a new environment variable that if set will loosen restrictions on which compiler version can be used for bootstrapping. Upstream issue is at rust-lang/rust#37265