File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 25
25
- name : Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }}
26
26
shell : bash
27
27
run : |
28
+ if [[ "${{ matrix.idf_ver }}" != "latest" ]]; then
29
+ export EXPECTED_WARNING="unknown kconfig symbol 'MBEDTLS_SSL_COOKIE_C'"
30
+ fi
28
31
. ${IDF_PATH}/export.sh
29
32
pip install idf-component-manager idf-build-apps --upgrade
30
33
python ./ci/build_apps.py ./components/mbedtls_cxx/${{ matrix.test.path }} -vv --preserve-all
Original file line number Diff line number Diff line change 1
1
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
2
+ CONFIG_MBEDTLS_SSL_COOKIE_C=y
2
3
CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=8192
Original file line number Diff line number Diff line change 1
1
CONFIG_IDF_TARGET="esp32"
2
2
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
3
+ CONFIG_MBEDTLS_SSL_COOKIE_C=y
3
4
CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=8192
You can’t perform that action at this time.
0 commit comments