Uh oh!
There was an error while loading. Please reload this page.
Handle Ctrl+C in the build script - #38299
Conversation
rust-highfive
commented
Dec 11, 2016
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Dec 11, 2016
Thanks for the PR! We want to be sure to kill the subprocess as well, though, so can you confirm that the call to the build system is killed? |
achanda
commented
Dec 11, 2016
@alexcrichton I just checked, all sub processes are killed on a Ctrl+C. Feel free to cross check though! |
brson
commented
Dec 11, 2016
@bors r+ rollup |
bors
commented
Dec 11, 2016
📌 Commit b7cd840 has been approved by |
achanda
commented
Dec 12, 2016
Not sure why the test failed. I don't see any indications in https://travis-ci.org/rust-lang/rust/jobs/183028434 . Should we just retry? |
petrochenkov
commented
Dec 12, 2016
@achanda |
achanda
commented
Dec 12, 2016
I see, thanks! |
Handle Ctrl+C in the build script
Handle Ctrl+C in the build script
petrochenkov
commented
Mar 3, 2017
@achanda |
No description provided.