Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) #19683
Conversation
|
@bors-servo try |
|
|
|
@bors-servo try |
|
@bors-servo try |
[Do not merge] Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Do not merge (yet), as this might bring #19519 back. Also blocked on rust-lang/rust#46906 (comment). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
|
|
|
@bors-servo try |
[Do not merge] Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Do not merge (yet), as this might bring #19519 back. Also blocked on rust-lang/rust#46906 (comment). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
|
|
|
This PR needs to update the stable toolchain as well. |
I think this is rather due to using Nigthly Cargo with Stable Rust. I’ll revert ce700f2 for now. |
|
#19395 will also fix that, since in rustup each toolchain has its own Cargo. |
|
@bors-servo try |
[Do not merge] Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Do not merge (yet), as this might bring #19519 back. Also blocked on rust-lang/rust#46906 (comment). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
|
|
[Do not merge] Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Do not merge (yet), as this might bring #19519 back. Fixes #19635 Fixes #19637 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
|
|
Intermittent? The |
|
That's #13480. |
|
|
The default is now 16: https://github.com/rust-lang/rust/blob/b5361d0d41/src/librustc/session/mod.rs#L738-L788
Nightly now has incremental compilation as a stable feature, but that’s not in the stable channel yet.
We don’t keep the `target` directory between builds, and incremental cache takes a lot of space.
|
@bors-servo r+ |
|
|
Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Fixes #19635 Fixes #19637 Fixes #19735 Fixes #19519 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
|
|
SimonSapin commentedJan 4, 2018
•
edited
Fixes #19635
Fixes #19637
Fixes #19735
Fixes #19519
This change is