fix(build): add shallow clone options to git helper functions - #3204
fix(build): add shallow clone options to git helper functions#3204Mr-Neutr0n wants to merge 1 commit into
Conversation
Signed-off-by: Mr-Neutr0n <64578610+Mr-Neutr0n@users.noreply.github.com>
|
Thanks for the PR, but I don't think this can go in as-is. This doesn't address #2894.
Also worth noting: #2894 already has a contributor working on it. |
Fixes #2894
Unify shallow clone options in git helper functions to reduce network traffic in CI by adding depth=1 and other optimized flags to git clone operations.
Could not run the suite locally: . Fork CI needs a maintainer approval to run, so this branch has no test signal yet.
This change was prepared with AI assistance under human direction and review.