We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ZIP releases of ESP-IDF is not shallow, which adds several hundred megabytes to download and storage space.
Update build of ZIP so, that it corresponds to Offline installers.
Update steps: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/versions.html#updating-esp-idf
The text was updated successfully, but these errors were encountered:
For future reference, the line which is responsible for cloning the repository during zip file creation is here: https://github.com/espressif/github-actions/blob/a9f8c9761ada5717ff05e2ebd3791b0328c9d21d/release_zips/release_zips.py#L39
Sorry, something went wrong.
Update: use --single-branch --shallow-submodules instead of --depth 1 to keep git describe working.
--single-branch --shallow-submodules
--depth 1
git describe
No branches or pull requests
ZIP releases of ESP-IDF is not shallow, which adds several hundred megabytes to download and storage space.
Update build of ZIP so, that it corresponds to Offline installers.
Update steps: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/versions.html#updating-esp-idf
The text was updated successfully, but these errors were encountered: