-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Do not allow rustup to fail #1250
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
Conversation
@bors: r+ |
(rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit a7674aa has been approved by |
Do not allow rustup to fail Currently if rustup fails to download something the build will continue until that something is needed. This makes the job fail early and clearly.
💔 Test failed - checks-travis |
@bors: retry |
Do not allow rustup to fail Currently if rustup fails to download something the build will continue until that something is needed. This makes the job fail early and clearly.
💔 Test failed - checks-travis |
@bors: retry |
Do not allow rustup to fail Currently if rustup fails to download something the build will continue until that something is needed. This makes the job fail early and clearly.
💔 Test failed - checks-travis |
@bors: retry |
@bors: r+ |
📌 Commit 4a56c47 has been approved by |
Do not allow rustup to fail Currently if rustup fails to download something the build will continue until that something is needed. This makes the job fail early and clearly.
💔 Test failed - checks-cirrus |
@bors: r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 4a56c47 has been approved by |
Do not allow rustup to fail Currently if rustup fails to download something the build will continue until that something is needed. This makes the job fail early and clearly.
💔 Test failed - checks-cirrus |
@bors: retry |
Do not allow rustup to fail Currently if rustup fails to download something the build will continue until that something is needed. This makes the job fail early and clearly.
☀️ Test successful - checks-cirrus, checks-travis, status-appveyor |
Currently if rustup fails to download something the build will continue until that something is needed. This makes the job fail early and clearly.