From 5aa2f7de936493db4840313598c4c444d04ca299 Mon Sep 17 00:00:00 2001 From: WanqQixiang Date: Mon, 20 Jan 2025 10:57:16 +0800 Subject: [PATCH] CI: Fix upstream examples build --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4b4e1102..4eabca1ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,6 +96,9 @@ variables: .build_matter_examples: &build_matter_examples - export MATTER_EXAMPLES_PATH=$ESP_MATTER_PATH/connectedhomeip/connectedhomeip/examples + - cd $ESP_MATTER_PATH/connectedhomeip/connectedhomeip + # Enter the Matter venv + - source scripts/activate.sh - cd $MATTER_EXAMPLES_PATH/all-clusters-app/esp32 - idf.py build - cd $MATTER_EXAMPLES_PATH/temperature-measurement-app/esp32 @@ -104,8 +107,7 @@ variables: - idf.py build - cd $MATTER_EXAMPLES_PATH/pigweed-app/esp32 - idf.py build - - cd $MATTER_EXAMPLES_PATH/persistent-storage/esp32 - - idf.py build + # TODO:Remove persistent-storage example build because of the compilation errors of upstream repo .build_external_platform_example: &build_external_platform_example - rm -rf ${ESP_MATTER_PATH}/../platform