ci: update required esptool version to 4.8.dev4
This esptool version is required when building the default Simple Boot for Espressif chips. Signed-off-by: Almir Okato <almir.okato@espressif.com>
This commit is contained in:
parent
652f4f1fe1
commit
457f9d3dce
@ -346,7 +346,7 @@ RUN pip3 install cmake-format
|
|||||||
RUN pip3 install cvt2utf
|
RUN pip3 install cvt2utf
|
||||||
# Install pytest
|
# Install pytest
|
||||||
RUN pip3 install cxxfilt
|
RUN pip3 install cxxfilt
|
||||||
RUN pip3 install esptool
|
RUN pip3 install esptool==4.8.dev4
|
||||||
RUN pip3 install imgtool
|
RUN pip3 install imgtool
|
||||||
RUN pip3 install kconfiglib
|
RUN pip3 install kconfiglib
|
||||||
RUN pip3 install pexpect==4.8.0
|
RUN pip3 install pexpect==4.8.0
|
||||||
|
@ -211,7 +211,7 @@ python_tools() {
|
|||||||
cmake-format \
|
cmake-format \
|
||||||
cvt2utf \
|
cvt2utf \
|
||||||
cxxfilt \
|
cxxfilt \
|
||||||
esptool==4.5.1 \
|
esptool==4.8.dev4 \
|
||||||
imgtool==1.9.0 \
|
imgtool==1.9.0 \
|
||||||
kconfiglib \
|
kconfiglib \
|
||||||
pexpect==4.8.0 \
|
pexpect==4.8.0 \
|
||||||
|
@ -143,7 +143,7 @@ python_tools() {
|
|||||||
CodeChecker \
|
CodeChecker \
|
||||||
cvt2utf \
|
cvt2utf \
|
||||||
cxxfilt \
|
cxxfilt \
|
||||||
esptool \
|
esptool==4.8.dev4 \
|
||||||
imgtool \
|
imgtool \
|
||||||
kconfiglib \
|
kconfiglib \
|
||||||
pexpect==4.8.0 \
|
pexpect==4.8.0 \
|
||||||
|
@ -196,7 +196,7 @@ python_tools() {
|
|||||||
CodeChecker \
|
CodeChecker \
|
||||||
cvt2utf \
|
cvt2utf \
|
||||||
cxxfilt \
|
cxxfilt \
|
||||||
esptool \
|
esptool==4.8.dev4 \
|
||||||
imgtool \
|
imgtool \
|
||||||
kconfiglib \
|
kconfiglib \
|
||||||
pexpect==4.8.0 \
|
pexpect==4.8.0 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user