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

always recurse submodules when cloning #9278

Merged
merged 4 commits into from
Mar 13, 2024

Conversation

jakecoffman
Copy link
Member

@jakecoffman jakecoffman commented Mar 13, 2024

In #8933 we made all ecosystems clone rather than fetching single files.

Similarly this PR enables recurse submodules for all ecosystems to fix some path dependency issues. The only downside would be an increase in out of disk errors but we can onboard to Actions beta now which increases the amount of disk available.

Fixes #8428
Fixes #9198
Fixes #7201
Fixes #9193
Fixes #7916

Supersedes:

@abdulapopoola
Copy link
Member

Thanks for this! I assume it'll fix this too?

@jakecoffman
Copy link
Member Author

Yes I think so, the problem then was we weren't cloning for Gradle yet. Now that we're cloning and fetching submodules it should be fixed without additional changes 🤞

@abdulapopoola
Copy link
Member

Awesome, can you please link it? I tried but wasn't successful :)

@jakecoffman
Copy link
Member Author

jakecoffman commented Mar 13, 2024

Since it's a PR it can't be linked like issues can, I'll close it out and reference this PR once it's merged.

@jakecoffman jakecoffman marked this pull request as ready for review March 13, 2024 14:27
@jakecoffman jakecoffman requested a review from a team as a code owner March 13, 2024 14:27
@jakecoffman jakecoffman merged commit fb68913 into main Mar 13, 2024
121 checks passed
@jakecoffman jakecoffman deleted the jakecoffman/always-fetch-sumodules branch March 13, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment