Skip to content

Commit dd6f974

Browse files
andy31415andreilitvin
andauthoredOct 10, 2024
Attempt to fix ESP32 builds by adding an extra dependency (project-chip#36025) (project-chip#36031)
* Attempt to fix ESP32 builds by not compiling insights at all. This breaks insights, but should make CI pass * Fix typo * Another better fix: pull in the other dependency too --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent a8d9513 commit dd6f974

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎config/esp32/components/chip/idf_component.yml

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ dependencies:
2626
- if: "idf_version >=5.0"
2727
- if: "target != esp32h2"
2828

29+
# This matches the dependency of esp_insights
30+
espressif/esp_diag_data_store:
31+
version: "1.0.1"
32+
require: public
33+
rules:
34+
- if: "idf_version >=5.0"
35+
- if: "target != esp32h2"
36+
2937
espressif/esp_rcp_update:
3038
version: "1.2.0"
3139
rules:

0 commit comments

Comments
 (0)
Please sign in to comment.