Skip to content

Commit

Permalink
Fix docker image (#29758)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs authored and pull[bot] committed Nov 2, 2023
1 parent 4042472 commit 4707571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18 : [Silabs] Adds bugfix for symlink for docker use and optimize SDK download
19 : [Silabs] Remove unnecessary files from the gecko-sdk for the docker image
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ RUN set -x \
RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.3.2/gecko-sdk.zip -O /tmp/gecko_sdk.zip \
&& unzip /tmp/gecko_sdk.zip -d /tmp/gecko_sdk \
&& rm -rf /tmp/gecko_sdk.zip \
# Deleting files that are not needed to save space
&& rm -rf /tmp/gecko_sdk/protocol/flex /tmp/gecko_sdk/protocol/z-wave /tmp/gecko_sdk/protocol/zigbee /tmp/gecko_sdk/protocol/wisun \
&& find /tmp/gecko_sdk/protocol/bluetooth /tmp/gecko_sdk/platform -name "*.a" -type f -delete \
&& find /tmp/gecko_sdk/protocol/openthread -name "*efr32mg21*" -delete \
&& find /tmp/gecko_sdk/protocol/openthread -name "*efr32mg13*" -delete \
&& : # last line

# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.8.2 (4fa5c5f)
Expand Down

0 comments on commit 4707571

Please sign in to comment.