Running cargo install downloads sentry submodule
sirwart opened this issue · 4 comments
sirwart commented
When trying to install ripsecrets via cargo I noticed that it now tries to download the entire sentry module because it's listed as a submodule, which takes a long time because it's a large repo. Either the configuration needs to change or removed as a submodule.
lafrenierejm commented
Oof. I didn't realize that was part of Cargo's behavior. rust-lang/cargo#4247 seems like a relevant discussion. dtolnay/syn#183, linked from the Cargo issue, looks like a potential way forward.
sirwart commented
Yea, it seems like the only way forward is to not use submodules and just clone explicitly when needed, right?
lafrenierejm commented
That's what it sounds like based on rust-lang/cargo#4247. I'll take a stab at it…
sirwart commented
Sounds good, thanks!
…On Fri, Dec 2, 2022 at 8:37 PM Joseph M LaFreniere ***@***.***> wrote:
That's what it sounds like based on rust-lang/cargo#4247
<rust-lang/cargo#4247>. I'll take a stab at it…
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGKVFMW7LEETFKIZLPHX4DWLLFB3ANCNFSM6AAAAAASSQZGNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>