espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

Limit history of cloned branch for Offline installer #170

Closed georgik closed 1 year ago

georgik commented 1 year ago

The Offline installer was switched from --depth 1 to --single-branch in order to avoid the problem with not defined branch after cloning. Current approach clones whole history of the branch which is most cases not necessary. It's possible to combine those flags which gives even better results in terms of disk usage.

georgik commented 1 year ago

Release 2.21 is available