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

Guitar clone repos without submodules by default #148

Open
GermanAizek opened this issue Aug 11, 2024 · 2 comments
Open

Guitar clone repos without submodules by default #148

GermanAizek opened this issue Aug 11, 2024 · 2 comments

Comments

@GermanAizek
Copy link
Contributor

Example:

  1. Clone https://github.com/mikex86/LibreCuda
  2. Build failed
LibreCuda/third_party/ELFIO does not contain a CMakeLists.txt file.

LibreCuda/third_party/ELFIO really empty folder.

Solution: Experimental -> Submodule update...

@soramimi, by default, on contrary, everyone needs to clone recursively with update all submodules, and here it is just convenient to apply parallel cloning as in my other issue (#139)

@GermanAizek
Copy link
Contributor Author

Larger git repos as example (https://github.com/shadps4-emu/shadPS4) are really cloned faster, although I forgot to do a fetch with -j flag, I will add PR later.

@GermanAizek
Copy link
Contributor Author

Im added for git fetch: d6e2170

soramimi added a commit that referenced this issue Sep 17, 2024
…s-update

Cloning by default all submodules init parallel using all CPU threads #148/#139
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

1 participant