mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-12-06 09:09:21 +01:00
fix(common): Use component manager from esp-idf docker image
This commit is contained in:
2
.github/workflows/sockutls_build.yml
vendored
2
.github/workflows/sockutls_build.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
. ${IDF_PATH}/export.sh
|
. ${IDF_PATH}/export.sh
|
||||||
pip install idf-component-manager idf-build-apps --upgrade
|
pip install idf-build-apps --upgrade
|
||||||
python ci/build_apps.py ${TEST_DIR}
|
python ci/build_apps.py ${TEST_DIR}
|
||||||
cd ${TEST_DIR}
|
cd ${TEST_DIR}
|
||||||
${GITHUB_WORKSPACE}/ci/clean_build_artifacts.sh `pwd`/${TARGET_TEST_DIR}
|
${GITHUB_WORKSPACE}/ci/clean_build_artifacts.sh `pwd`/${TARGET_TEST_DIR}
|
||||||
|
|||||||
2
.github/workflows/tls_cxx__build.yml
vendored
2
.github/workflows/tls_cxx__build.yml
vendored
@@ -26,5 +26,5 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
. ${IDF_PATH}/export.sh
|
. ${IDF_PATH}/export.sh
|
||||||
pip install idf-component-manager idf-build-apps --upgrade
|
pip install idf-build-apps --upgrade
|
||||||
python ./ci/build_apps.py ./components/mbedtls_cxx/${{ matrix.test.path }} -vv --preserve-all
|
python ./ci/build_apps.py ./components/mbedtls_cxx/${{ matrix.test.path }} -vv --preserve-all
|
||||||
|
|||||||
Reference in New Issue
Block a user