-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] Final backports to beta #41427
Conversation
Currently the Cargo binary has jumped from 14M to 34M on the beta channel, which appears to be due to the fact that we're compiling tools with debug information inside them. This additionally means that the `rls` binary is 62M right now! This wasn't an intentional change, so be sure to disable debuginfo when compiling tools as it's just intended for the standard library and compile for now.
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ p=5 (beta backports) |
📌 Commit 7b44392 has been approved by |
⌛ Testing commit 7b44392 with merge 732672b... |
💔 Test failed - status-travis |
error[E0369]: binary operation `!=` cannot be applied to type `Mode`
--> /checkout/src/bootstrap/lib.rs:477:12
|
477 | if mode != Mode::Tool {
| ^^^^
| |
@bors: r+ |
📌 Commit e7eda62 has been approved by |
⌛ Testing commit e7eda62 with merge fffafd3... |
💔 Test failed - status-appveyor |
@bors: retry
|
☀️ Test successful - status-appveyor, status-travis |
Backport of: