mamoit / docker-esp32-idf

Keep esp32 toolchain and IDF contained to ease development and automate builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-idf modules are cloned completely

mamoit opened this issue · comments

They should instead be shallow cloned

This is the best I've achieved so far, but it fails when cloning the components that are not on the HEAD of their own repo.

git clone --single-branch --depth=1 -b v3.0 --recursive --shallow-submodules https://github.com/espressif/esp-idf.git