Cargo downloads git dependencies very slowly #13624
Labels
A-git
Area: anything dealing with git
C-bug
Category: bug
E-medium
Experience: Medium
Performance
Gotta go fast!
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Problem
When compiling a project that uses a lot of git dependencies it takes a lot of time for
cargo
to download them.Example that I just seen:
Seems like there is a big potential for optimizations here.
Steps
git submodule update --init --recursive
cargo build
Possible Solution(s)
Notes
You may need to delete some caches to be able to repeat this test. I think you need to delete
~/.cargo/git/
.Version
The text was updated successfully, but these errors were encountered: