Skip to content

Commit 25735ea

Browse files
authored
Merge pull request #966 from david-cermak/ci/sock_utils_min_build
CI build fix (sock_utils & mbedtls-cxx)
2 parents c7de925 + bf9e955 commit 25735ea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/sockutls_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
shell: bash
2929
run: |
3030
. ${IDF_PATH}/export.sh
31-
pip install idf-component-manager idf-build-apps --upgrade
31+
pip install idf-build-apps --upgrade
3232
python ci/build_apps.py ${TEST_DIR}
3333
cd ${TEST_DIR}
3434
${GITHUB_WORKSPACE}/ci/clean_build_artifacts.sh `pwd`/${TARGET_TEST_DIR}

.github/workflows/tls_cxx__build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
shell: bash
2727
run: |
2828
. ${IDF_PATH}/export.sh
29-
pip install idf-component-manager idf-build-apps --upgrade
29+
pip install idf-build-apps --upgrade
3030
python ./ci/build_apps.py ./components/mbedtls_cxx/${{ matrix.test.path }} -vv --preserve-all

components/sock_utils/examples/simple/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
cmake_minimum_required(VERSION 3.16)
66

77
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
8+
idf_build_set_property(MINIMAL_BUILD ON)
89
project(sock_utils_example)

0 commit comments

Comments
 (0)