Update IDF to v5.1.1 tag for ESP32-H2 and ESP32-C6 builds

This commit is contained in:
WanqQixiang
2023-08-21 18:54:22 +08:00
parent f35f645ad5
commit 449dce02cf
20 changed files with 55 additions and 95 deletions
+4 -4
View File
@@ -71,7 +71,7 @@ variables:
- cd ${CI_PROJECT_DIR}
- git clone ${ESP_THREAD_BR_REPO_URL}
- cd ${BR_PATH}/examples/basic_thread_border_router
- git checkout 25cfe641
- git checkout f03f1ca
- idf.py set-target esp32s3
- idf.py build
@@ -164,7 +164,7 @@ build_esp_matter_examples_pytest_C6_idf_v5_1:
when: always
expire_in: 4 days
variables:
IDF_VERSION: "ea5e0ff298e6257b31d8e0c81435e6d3937f04c7"
IDF_VERSION: "v5.1.1"
script:
- cd ${ESP_MATTER_PATH}
- pip install -r tools/ci/requirements-build.txt
@@ -197,7 +197,7 @@ build_esp_matter_examples_pytest_H2_idf_v5_1:
when: always
expire_in: 4 days
variables:
IDF_VERSION: "ea5e0ff298e6257b31d8e0c81435e6d3937f04c7"
IDF_VERSION: "v5.1.1"
script:
- *setup_ot_rcp
- *setup_ot_br
@@ -221,7 +221,7 @@ build_esp_matter_examples_non_pytest_idf_v5_1:
when: always
expire_in: 4 days
variables:
IDF_VERSION: "ea5e0ff298e6257b31d8e0c81435e6d3937f04c7"
IDF_VERSION: "v5.1.1"
script:
- *build_external_platform_example
- cd ${ESP_MATTER_PATH}