]> git.lizzy.rs Git - rust.git/commit
Allow bootstrapping without a key. Fixes #36548
authorBrian Anderson <banderson@mozilla.com>
Tue, 18 Oct 2016 22:42:01 +0000 (22:42 +0000)
committerBrian Anderson <banderson@mozilla.com>
Wed, 19 Oct 2016 01:23:01 +0000 (01:23 +0000)
commitd3c5905772d0ae1f251a5918fdaa52dbfd7519f2
tree2b8c263e84c61015048ccb4df86d3ca7bf815e28
parent16eeeac783d2ede28e09f2a433c612dea309fe33
Allow bootstrapping without a key. Fixes #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.
mk/main.mk
mk/target.mk
src/bootstrap/check.rs
src/bootstrap/compile.rs
src/bootstrap/lib.rs
src/libsyntax/feature_gate.rs
src/stage0.txt