Uh oh!
There was an error while loading. Please reload this page.
check git in bootstrap.py - #64278
Conversation
rust-highfive
commented
Sep 8, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
guanqun
commented
Sep 8, 2019
in some cases when my path is misconfigured. the error output is very confusing. we'd better check it beforehand. |
Centril
commented
Sep 8, 2019
Mark-Simulacrum
commented
Sep 8, 2019
Do we require git even when building from a tarball? I'd sort of expect that we shouldn't, though perhaps we do today... |
emilyalbini
commented
Sep 8, 2019
Mark-Simulacrum
commented
Sep 8, 2019
r=me with that question answered in positive, otherwise I think we should not do this |
guanqun
commented
Sep 9, 2019
good point. I see that at least in bootstrap.py file, git is only used for updating the submodules. so the place to check it is moved. please help review again. |
guanqun
commented
Sep 9, 2019
the tarball from release tab doesn't compile out of box as it's missing these submodules. |
rust-highfive
commented
Sep 9, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
mati865
commented
Sep 9, 2019
@guanqun I think they aren't meant to be used like that. You can find proper tarballs here https://forge.rust-lang.org/other-installation-methods.html#source |
Mark-Simulacrum
commented
Sep 9, 2019
r=me with tidy fixed, I think it's fine to land this if it only runs when we'd run git anyway |
guanqun
commented
Sep 9, 2019
Thank you @Mark-Simulacrum The tidy error is fixed. |
Mark-Simulacrum
commented
Sep 9, 2019
@bors r+ rollup |
bors
commented
Sep 9, 2019
📌 Commit b117bd7 has been approved by |
check git in bootstrap.py
No description provided.