Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow parallelization #1329

Open
trajan0x opened this issue May 19, 2023 · 2 comments
Open

Allow parallelization #1329

trajan0x opened this issue May 19, 2023 · 2 comments

Comments

@trajan0x
Copy link

One nice feature would be to take advantage of the submodule.fetchJobs option to allow multiple submodule fetches to be completed at the same time. See the -j option here. As far as I can tell, this would materially speed up checkouts w/ many submodules

@sreenath-k-ramanna
Copy link

Yes please! Currently our AOSP build takes about 3 hr 40 min for checkout step to complete. On the other hand our complete AOSP build only takes about 50 mins! With parallelization, --jobs $(nproc), it could drastically reduce.

@gmij
Copy link

gmij commented Jul 18, 2023

Yes, please support this ability. When the git repo is large, this ability is particularly useful as it can greatly reduce the detection time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants