mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-06-26 09:51:34 +02:00
CI: Fix ASIO example test
This commit is contained in:
2
.github/workflows/target-test.yml
vendored
2
.github/workflows/target-test.yml
vendored
@ -289,7 +289,7 @@ jobs:
|
|||||||
- name: Clear repository
|
- name: Clear repository
|
||||||
run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
|
run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: examples_app_bin_${{ matrix.idf_target }}_${{ matrix.idf_ver }}_${{ matrix.example }}
|
name: examples_app_bin_${{ matrix.idf_target }}_${{ matrix.idf_ver }}_${{ matrix.example }}
|
||||||
path: components/asio/examples/${{ matrix.example }}/build
|
path: components/asio/examples/${{ matrix.example }}/build
|
||||||
|
@ -1,2 +1,8 @@
|
|||||||
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|
||||||
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
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
|
||||||
|
Reference in New Issue
Block a user