ci(gitlab): Force the update of esptool to the latest dev release

This commit is contained in:
Roland Dobai
2026-05-15 11:22:38 +02:00
parent 79baa56745
commit a7c93c7ec2

View File

@@ -155,6 +155,10 @@ variables:
source ./export.sh
# we need the latest DEV release for esptool to be installed in every job without bumping the minimal requirement in
# the constraint file.
pip install --upgrade --pre esptool -c ~/.espressif/${CI_PYTHON_CONSTRAINT_FILE}
# Custom clang
if [[ ! -z "$CI_CLANG_DISTRO_URL" ]]; then
echo "Using custom clang from ${CI_CLANG_DISTRO_URL}"