Skip to content

Commit 5aa2f7d

Browse files
committed
CI: Fix upstream examples build
1 parent f87ba0a commit 5aa2f7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitlab-ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ variables:
9696

9797
.build_matter_examples: &build_matter_examples
9898
- export MATTER_EXAMPLES_PATH=$ESP_MATTER_PATH/connectedhomeip/connectedhomeip/examples
99+
- cd $ESP_MATTER_PATH/connectedhomeip/connectedhomeip
100+
# Enter the Matter venv
101+
- source scripts/activate.sh
99102
- cd $MATTER_EXAMPLES_PATH/all-clusters-app/esp32
100103
- idf.py build
101104
- cd $MATTER_EXAMPLES_PATH/temperature-measurement-app/esp32
@@ -104,8 +107,7 @@ variables:
104107
- idf.py build
105108
- cd $MATTER_EXAMPLES_PATH/pigweed-app/esp32
106109
- idf.py build
107-
- cd $MATTER_EXAMPLES_PATH/persistent-storage/esp32
108-
- idf.py build
110+
# TODO:Remove persistent-storage example build because of the compilation errors of upstream repo
109111

110112
.build_external_platform_example: &build_external_platform_example
111113
- rm -rf ${ESP_MATTER_PATH}/../platform

0 commit comments

Comments
 (0)