fix(common): Fixup common CI issues with v6.0

This commit is contained in:
David Cermak
2025-09-03 09:50:26 +02:00
parent e2d36b4fbd
commit e599cd826b

View File

@@ -33,6 +33,9 @@ jobs:
shell: bash shell: bash
working-directory: ${{matrix.test.path}} working-directory: ${{matrix.test.path}}
run: | run: |
if [[ "${{ matrix.idf_ver }}" == "release-v5.3" || "${{ matrix.idf_ver }}" == "release-v5.4" ]]; then
export EXPECTED_WARNING="unknown kconfig symbol 'LWIP_USE_ESP_GETADDRINFO'"
fi
. ${IDF_PATH}/export.sh . ${IDF_PATH}/export.sh
pip install idf-component-manager idf-build-apps --upgrade pip install idf-component-manager idf-build-apps --upgrade
python ../../../ci/build_apps.py ./${{ matrix.test.app }} --target ${{ matrix.idf_target }} -vv --preserve-all --pytest-app python ../../../ci/build_apps.py ./${{ matrix.test.app }} --target ${{ matrix.idf_target }} -vv --preserve-all --pytest-app