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

espressif: Add option to disable the GIT_DEPTH to pull submodules #12364

Merged

Conversation

tmedicci
Copy link
Contributor

Summary

  • espressif: Enable setting the GIT_DEPTH to pull the submodules
    • By default, submodules are cloned with --depth=1. This continues to be true if DISABLE_GIT_DEPTH environment variable is not defined (and it is not defined by default). But, if defined the submodules will be fully cloned (without the --depth parameter).

Impact

Some testing functionality requires fetching the whole repository (without the --depth option). This implementation enables it.

Testing

Internal CI testing with HW testing.

By default, submodules are cloned with `--depth=1`. This continues
to be true if `DISABLE_GIT_DEPTH` environment variable is not
defined (and it is not defined by default). But, if defined the
submodules will be fully cloned (without the `--depth` parameter).
@xiaoxiang781216 xiaoxiang781216 merged commit a00fbbe into apache:master May 17, 2024
22 of 26 checks passed
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

Successfully merging this pull request may close these issues.

2 participants