tasmota / docker-tasmota

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

Wrong directory for build outputs? #20

Closed jdelker closed 9 months ago

jdelker commented 1 year ago

When building tasmota32 binary with latest stable build (12.4.0):

$ ./compile.sh tasmota32
From https://github.com/arendst/Tasmota
 * branch                development -> FETCH_HEAD
Fetching origin
Checking Tasmota GitHub for the most recent release version

Running Docker Tasmota on Tasmota version v12.4.0

Compiling builds:
tasmota32

Using your user_config_override.h and overwriting the existing file

✔ Finished!     Compilation log in docker-tasmota.log

cp: cannot stat '/tmp/docker-tasmota/Tasmota/build_output/tasmota32*': No such file or directory
WARNING:
Something went wrong while compiling tasmota32. Check compilation log

Content of build_output:

$ find Tasmota/build_output/
Tasmota/build_output/
Tasmota/build_output/map
Tasmota/build_output/map/tasmota32.map.gz
Tasmota/build_output/firmware
Tasmota/build_output/firmware/tasmota32.bin
Tasmota/build_output/firmware/tasmota32.factory.bin
Jason2866 commented 12 months ago

Fixed with changes from today.