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

ZIP releases of ESP-IDF should be shallow #119

Open
georgik opened this issue Mar 8, 2022 · 2 comments
Open

ZIP releases of ESP-IDF should be shallow #119

georgik opened this issue Mar 8, 2022 · 2 comments

Comments

@georgik
Copy link
Collaborator

georgik commented Mar 8, 2022

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

@igrr
Copy link
Member

igrr commented Mar 8, 2022

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

@georgik
Copy link
Collaborator Author

georgik commented Feb 1, 2023

Update: use --single-branch --shallow-submodules instead of --depth 1 to keep git describe working.

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

2 participants