I had inferred from the constant integration tests that the release builds were based on the 4.0.2 IDF. However, it seems from tools/autobuild* that a v4.2 IDF is used for esp32 and v4.4 is used for esp32s*/c*. Ideally, I'd also like to confirm which specific commit of the IDF is used for the releases and if there are any other patches applied (eg. tools/ci.sh in the v1.18 releases used the 142bb32c5 commit from v4.4 IDF, but master now uses the v4.4 tag).
I'd like to build my own images using build environments that are as close to the official builds as possible. Any tips or pointers would be appreciated. Ideally, there is a script somewhere that creates the build environment for releases and I have just not found it yet
