espressif / idf-installer

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

Add git submodule init to Offline installer to speed up the first build #169

Closed georgik closed 1 year ago

georgik commented 1 year ago

Current state: The first build may take more than minute to initialize git submodules in case of Offline installation.

This can be avoided, by doing the operation in installer build and can save significant time on first-time use of Espressif-IDE or simply console.

georgik commented 1 year ago

Removed git reset calls which were left over from the release where installer was using git switch to download multiple branch. Release 2.21 is available.