tasmota / docker-tasmota

Docker container with a complete build environment for Tasmota using PlatformIO
78 stars 49 forks source link

Building Tasmota32 development fails #27

Open jeroenst opened 5 months ago

jeroenst commented 5 months ago

When I try to build the development branch of Tasmota using Tasmota32 it fails, on 13.4.0 it works fine.

docker run -i --rm -v $(pwd)/Tasmota:/tasmota -u $UID:$GID docker-tasmota -e tasmota32
Compiling Tasmota...
Processing tasmota32 (framework: arduino; platform: https://github.com/tasmota/platform-espressif32/releases/download/2024.04.13/platform-espressif32.zip; board: esp32)
--------------------------------------------------------------------------------
Platform Manager: Installing https://github.com/tasmota/platform-espressif32/releases/download/2024.04.13/platform-espressif32.zip
Downloading 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Unpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Platform Manager: espressif32@2024.4.13 has been installed!
Platform Manager: Removing espressif32 @ 2024.4.13
Platform Manager: espressif32@2024.4.13 has been removed!
IncompatiblePlatform: Development platform 'espressif32' is not compatible with PlatformIO Core v6.1.11 and depends on PlatformIO Core >=6.1.14.
Jason2866 commented 4 months ago

Please try again. Docker Image is updated.