Description
I'm encountering issues building any versions of the Arduino ESP32 library. I've carefully followed the steps in the documentation. Below are the details of my setup and the error I'm encountering.
Setup:
Docker version: Docker version 24.0.2, build cb74dfc
OS: Ubuntu 18.04.6 LTS (freshly installed)
Steps followed: docs
Steps to Reproduce:
Run the build script using ./build.sh -t esp32s3 -D default -c /arduino-esp32 -A release/v2.x -I release/v4.4 configured by UI interface.
Observe the output and note the warnings and errors related to the "idf" component.
Expected Behavior:
The Arduino ESP32 library should build successfully without errors.
Actual Behavior:
The build process fails with the error message indicating that the project depends on idf (>=5.1), which doesn't match any available versions.
Additional Context:
The error suggests that the required version of the idf component is not available.
Attached are the screenshots of the starting process and the error.