mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Tools - makecorever.py fixed packaging & avoid needless overwrites (#9250)
update packaging script w/ new arguments rewrite ci build pattern to only rewrite core_version.h once per job restore behaviour from #6414 for other cases
This commit is contained in:
@ -5,8 +5,9 @@ source "$root/tests/common.sh"
|
||||
|
||||
pushd "$root"/tools
|
||||
python3 get.py -q
|
||||
|
||||
python3 makecorever.py --git-root "$root" "$root/cores/esp8266/core_version.h"
|
||||
popd
|
||||
|
||||
pushd "$cache_dir"
|
||||
|
||||
gcc="$root/tools/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc"\
|
||||
|
Reference in New Issue
Block a user