-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustbuild: Fix handling of the bootstrap key #32895
Conversation
Bring the calculation logic in line with the makefiles and also set the RUSTC_BOOTSTRAP_KEY environment variable to enable the bootstrap on the stable compiler.
@bors r+ |
📌 Commit 8efbfae has been approved by |
⌛ Testing commit 8efbfae with merge 66d0a28... |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
@bors: retry On Thu, Apr 14, 2016 at 8:19 AM, bors notifications@github.com wrote:
|
⌛ Testing commit 8efbfae with merge 3c41f9d... |
💔 Test failed - auto-win-gnu-32-opt |
@bors: retry On Thu, Apr 14, 2016 at 12:05 PM, bors notifications@github.com wrote:
|
rustbuild: Fix handling of the bootstrap key Bring the calculation logic in line with the makefiles and also set the RUSTC_BOOTSTRAP_KEY environment variable to enable the bootstrap on the stable compiler.
Bring the calculation logic in line with the makefiles and also set the
RUSTC_BOOTSTRAP_KEY environment variable to enable the bootstrap on the stable
compiler.