Skip to content

Commit 59ffe33

Browse files
Don't delete components (project-chip#36238)
1 parent 5ea5c2a commit 59ffe33

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
87 : [Silabs] Delete SDK files to reduce the amount of flash consummed
1+
88 : [Silabs] Leave Simplicity SDK components for SLC generation CI

integrations/docker/images/stage-2/chip-build-efr32/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6
2727
&& find /tmp/simplicity_sdk/hardware/board/config -mindepth 1 -maxdepth 1 -type d ! \( -name '*brd4186c*' -o -name '*brd4187c*' -o -name '*brd4186a*' -o -name '*brd4187a*' -o -name '*brd2601b*' -o -name '*brd2703a*' -o -name '*brd2704a*' \
2828
-o -name '*brd4316a*' -o -name '*brd4317a*' -o -name '*brd4318a*' -o -name '*brd4319a*' -o -name '*brd4116a*' -o -name '*brd4117a*' -o -name '*brd4118a*' -o -name '*brd2608a*' \) -exec rm -rf {} + \
2929
&& find /tmp/simplicity_sdk/platform/Device/SiliconLabs -mindepth 1 -maxdepth 1 -type d ! \( -name 'EFR32MG24' -o -name 'EFR32MG26' -o -name 'MGM24' \) -exec rm -rf {} + \
30-
&& find /tmp/simplicity_sdk -name "*.slc*" -type f -delete \
3130
&& : # last line
3231

3332
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.10.3 (b6d6cb5)

0 commit comments

Comments
 (0)