platformio-core: build "hang" while installing GIT based platform/frameworks.
When building a project for the first time and the dependent platform(s) are not installed the console output will appear to “hang” with the following output:
> Executing task in folder ESP32CommandStation: .....\platformio.exe run --environment pcb_oled_sh1106 <
Processing pcb_oled_sh1106 (platform: https://github.com/platformio/platform-espressif32.git; board: esp32dev; framework: espidf, arduino)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This project is using the GIT versions for arduino-esp32 and esp-idf via the following platformio.ini overrides:
[env]
# overrides to use GIT versions rather than PIO cached copies.
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
framework-espidf @ https://github.com/espressif/esp-idf.git#release/v3.2
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 22 (12 by maintainers)
Thanks! A few good things: