Uh oh!
There was an error while loading. Please reload this page.
appveyor: Use Ninja to build LLVM on MinGW - #40548
Conversation
rust-highfive
commented
Mar 15, 2017
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
nagisa
commented
Mar 15, 2017
(Unrelated, but ninja is a good thing to use for at least the three major platforms) |
alexcrichton
commented
Mar 15, 2017
Yeah I was thinking that if we start going in this direction we may as well use Ninja on all platforms as it provides a nice cross-platform experience for the builders at least (and hopefully reduces the surface area for bugs...) |
brson
commented
Mar 15, 2017
@bors r+ |
bors
commented
Mar 15, 2017
📌 Commit 18423e5 has been approved by |
bors
commented
Mar 21, 2017
🔒 Merge conflict |
bstrie
commented
Mar 21, 2017
@bors r=brson |
bors
commented
Mar 21, 2017
📌 Commit 845d193 has been approved by |
alexcrichton
commented
Mar 21, 2017
@bors: p=1 #40546 has caused what I believe are 6 spurious failures and I think this is the solution, so let's try to stabilize our builds. |
bors
commented
Mar 21, 2017
⌛ Testing commit 845d193 with merge 054d0da... |
bors
commented
Mar 21, 2017
💔 Test failed - status-appveyor |
845d193 to
d0ac908Comparealexcrichton
commented
Mar 21, 2017
@bors: r=brson |
bors
commented
Mar 21, 2017
📌 Commit d0ac908 has been approved by |
bors
commented
Mar 21, 2017
🔒 Merge conflict |
d0ac908 to
963b525Comparealexcrichton
commented
Mar 21, 2017
@bors: r=brson |
bors
commented
Mar 21, 2017
📌 Commit 963b525 has been approved by |
bors
commented
Mar 22, 2017
⌛ Testing commit 963b525 with merge 8355ad9... |
bors
commented
Mar 22, 2017
💔 Test failed - status-appveyor |
alexcrichton
commented
Mar 22, 2017
@bors: r=brson |
bors
commented
Mar 22, 2017
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Mar 22, 2017
📌 Commit 963b525 has been approved by |
I have a suspicion that MinGW's make is the cause of rust-lang#40546 rather than anything else, but that's purely a suspicion without any facts to back it up. In any case we'll eventually be moving the MSVC build over to Ninja in order to leverage sccache regardless, so this commit simply jumpstarts that process by downloading Ninja for use by MinGW anyway. I'm not sure if this closesrust-lang#40546 for real, but this is my current best shot at closing it out, so... Closesrust-lang#40546
963b525 to
6ae2234Comparealexcrichton
commented
Mar 22, 2017
@bors: r=brson |
bors
commented
Mar 22, 2017
📌 Commit 6ae2234 has been approved by |
bors
commented
Mar 22, 2017
⌛ Testing commit 6ae2234 with merge ca2f437... |
bors
commented
Mar 22, 2017
💔 Test failed - status-appveyor |
alexcrichton
commented
Mar 22, 2017
via email
| … On Wed, Mar 22, 2017 at 6:53 AM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.2485>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40548 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95EqvqDh9f7jyhRPIYraQkxvBQ4hRks5roQvEgaJpZM4MeB5w>
.
|
bors
commented
Mar 22, 2017
appveyor: Use Ninja to build LLVM on MinGW I have a suspicion that MinGW's make is the cause of #40546 rather than anything else, but that's purely a suspicion without any facts to back it up. In any case we'll eventually be moving the MSVC build over to Ninja in order to leverage sccache regardless, so this commit simply jumpstarts that process by downloading Ninja for use by MinGW anyway. I'm not sure if this closes#40546 for real, but this is my current best shot at closing it out, so... Closes#40546
bors
commented
Mar 22, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Mar 22, 2017
via email
| … On Wed, Mar 22, 2017 at 10:50 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/213853641>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40548 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95LMhDCUHj_kvTDoIb5o7gzh4wRLgks5roUM0gaJpZM4MeB5w>
.
|
bors
commented
Mar 22, 2017
appveyor: Use Ninja to build LLVM on MinGW I have a suspicion that MinGW's make is the cause of #40546 rather than anything else, but that's purely a suspicion without any facts to back it up. In any case we'll eventually be moving the MSVC build over to Ninja in order to leverage sccache regardless, so this commit simply jumpstarts that process by downloading Ninja for use by MinGW anyway. I'm not sure if this closes#40546 for real, but this is my current best shot at closing it out, so... Closes#40546
frewsxcv
commented
Mar 22, 2017
This is not making progress. No point in making in waiting any longer. @bors retry For posterity: https://s3.amazonaws.com/archive.travis-ci.org/jobs/213962210/log.txt |
bors
commented
Mar 22, 2017
⌛ Testing commit 6ae2234 with merge b8e178c... |
appveyor: Use Ninja to build LLVM on MinGW I have a suspicion that MinGW's make is the cause of rust-lang#40546 rather than anything else, but that's purely a suspicion without any facts to back it up. In any case we'll eventually be moving the MSVC build over to Ninja in order to leverage sccache regardless, so this commit simply jumpstarts that process by downloading Ninja for use by MinGW anyway. I'm not sure if this closesrust-lang#40546 for real, but this is my current best shot at closing it out, so... Closesrust-lang#40546
frewsxcv
commented
Mar 22, 2017
@bors retry rollup includes this pr |
alexcrichton
commented
Mar 23, 2017
Thanks @frewsxcv! BTW that error looks like the linux machine literally shut down, and it seems that Travis may not handle that gracefully... |
I have a suspicion that MinGW's make is the cause of #40546 rather than anything
else, but that's purely a suspicion without any facts to back it up. In any case
we'll eventually be moving the MSVC build over to Ninja in order to leverage
sccache regardless, so this commit simply jumpstarts that process by downloading
Ninja for use by MinGW anyway.
I'm not sure if this closes#40546 for real, but this is my current best shot at
closing it out, so...
Closes#40546