mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
ESP-IDF v4.4 is EOL, remove it from ci
This commit is contained in:
@@ -31,11 +31,6 @@ ENV IDF_TOOLS_PATH=/opt/espressif/tools
|
||||
|
||||
COPY --from=build /tmp/esp-idf /opt/espressif/esp-idf
|
||||
|
||||
ARG IDF_CHECKOUT_REF
|
||||
RUN if [ "$IDF_CHECKOUT_REF" = "v4.4.3" ]; then \
|
||||
sed -i 's/^gdbgui==/# gdbgui ==/' /opt/espressif/esp-idf/requirements.txt; \
|
||||
fi
|
||||
|
||||
RUN apt-get update && apt-get install -y python3-virtualenv
|
||||
|
||||
# Setup the ESP-IDF
|
||||
|
||||
Reference in New Issue
Block a user