From 6e2bb518fd75b2f4ffda2f541a9770439cedbd83 Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Mon, 21 Nov 2022 18:24:11 +0400 Subject: [PATCH] CI: Fix ASIO example test --- .github/workflows/target-test.yml | 2 +- components/asio/examples/asio_chat/sdkconfig.defaults | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/target-test.yml b/.github/workflows/target-test.yml index e2a3ff0f3d..72149400f3 100644 --- a/.github/workflows/target-test.yml +++ b/.github/workflows/target-test.yml @@ -289,7 +289,7 @@ jobs: - name: Clear repository run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE - uses: actions/checkout@v3 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: examples_app_bin_${{ matrix.idf_target }}_${{ matrix.idf_ver }}_${{ matrix.example }} path: components/asio/examples/${{ matrix.example }}/build diff --git a/components/asio/examples/asio_chat/sdkconfig.defaults b/components/asio/examples/asio_chat/sdkconfig.defaults index 3a66e33fd0..94184e28c9 100644 --- a/components/asio/examples/asio_chat/sdkconfig.defaults +++ b/components/asio/examples/asio_chat/sdkconfig.defaults @@ -1,2 +1,8 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192 CONFIG_COMPILER_CXX_EXCEPTIONS=y + +# +# Partition Table +# +# Leave some room for larger apps without needing to reduce other features +CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y