Uh oh!
There was an error while loading. Please reload this page.
[beta] Attempt to fix the component manifest problem for rls-preview - #44357
Conversation
rust-highfive
commented
Sep 5, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Sep 5, 2017
nrc
commented
Sep 5, 2017
@bors r=@alexcrichton p=10 (from #44352) |
bors
commented
Sep 5, 2017
📌 Commit 76115f3 has been approved by |
alexcrichton
commented
Sep 5, 2017
@nrc want to include the beta bump as well by changing this line? (that way a new beta will be released when this is merged) |
bors
commented
Sep 5, 2017
⌛ Testing commit 76115f3ce9a83131eb7951649ed2f38ac6673a94 with merge 15c1035eb95cdfea4ec50afcb0104c8c94060234... |
bors
commented
Sep 5, 2017
💔 Test failed - status-appveyor |
alexcrichton
commented
Sep 6, 2017
I wonder if |
nrc
commented
Sep 7, 2017
The problem seems to be that the save-analysis data for std is missing. I thought we only produced that on nightly, which would explain things, but I couldn't find such a condition in the code. |
nrc
commented
Sep 7, 2017
I realise this doesn't explain why we only hit this bug with this patch though |
alexcrichton
commented
Sep 7, 2017
bors
commented
Sep 11, 2017
⌛ Testing commit 76115f3ce9a83131eb7951649ed2f38ac6673a94 with merge 6adfa7085021a556081fafb5b272ff9c6086c445... |
frewsxcv
commented
Sep 11, 2017
why is bors testing this again? @bors retry r- |
76115f3 to
e25513cComparenrc
commented
Sep 14, 2017
@bors r=alexcrichton |
bors
commented
Sep 14, 2017
📌 Commit e25513c has been approved by |
bors
commented
Sep 14, 2017
bors
commented
Sep 14, 2017
💔 Test failed - status-travis |
kennytm
commented
Sep 14, 2017
@alexcrichton is #44385 (Rotate Travis/AppVeyor S3 keys) needed? |
The default install used to include rustc, rust-std, and rust-docs, but the refactoring in commit 6b3413d make rustc only default in extended builds. This commit makes rustc installed by default again.
Haven't done this in awhile so seems like a good idea!
Travis is in the process of [rolling out an update][update] but looks like our tests are breaking, let's temporarily roll back to get the queue moving again. [update]: https://blog.travis-ci.com/2017-08-29-trusty-image-updates
In rust-lang#42436 the behavior for spawning processes on Windows was tweaked slightly to fix various bugs, but this caused rust-lang#42791 as a regression, namely that to spawn batch scripts they need to be manually spawned with `cmd /c` instead now. This updates the compiler to handle this case explicitly for Emscripten. Closesrust-lang#42791
It's going to be backported to beta.
e25513c to
25676e0Comparealexcrichton
commented
Sep 14, 2017
Yeah, I've now also hijacked this PR to bump the beta to .3 and backport these PRs:
@bors: r+ |
bors
commented
Sep 14, 2017
📌 Commit 25676e0 has been approved by |
bors
commented
Sep 14, 2017
⌛ Testing commit 25676e0 with merge e41812774ba102ef66137375008b6002527ce686... |
bors
commented
Sep 14, 2017
💔 Test failed - status-appveyor |
alexcrichton
commented
Sep 14, 2017
@bors: retry
|
bors
commented
Sep 15, 2017
bors
commented
Sep 15, 2017
☀️ Test successful - status-appveyor, status-travis |
alexcrichton
commented
Sep 15, 2017
It works! |
cc #44270
see #44352