Skip to content

Commit f8d2ed2

Browse files
committed
fix(tls_cxx): Remove unnnecessary warning ignore
1 parent 8bba3a9 commit f8d2ed2

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/tls_cxx__build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }}
2626
shell: bash
2727
run: |
28-
if [[ "${{ matrix.idf_ver }}" != "latest" ]]; then
29-
export EXPECTED_WARNING="unknown kconfig symbol 'MBEDTLS_SSL_COOKIE_C'"
30-
fi
3128
. ${IDF_PATH}/export.sh
3229
pip install idf-component-manager idf-build-apps --upgrade
3330
python ./ci/build_apps.py ./components/mbedtls_cxx/${{ matrix.test.path }} -vv --preserve-all
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
2-
CONFIG_MBEDTLS_SSL_COOKIE_C=y
32
CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=8192
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
CONFIG_IDF_TARGET="esp32"
22
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
3-
CONFIG_MBEDTLS_SSL_COOKIE_C=y
43
CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=8192

0 commit comments

Comments
 (0)