Skip to content

Commit

Permalink
Update silabs docker with new sdks (#31245)
Browse files Browse the repository at this point in the history
* WIP update silabs docker image. TODO fix commander-cli

* remove commander addition  for this update

* update version description
  • Loading branch information
jmartinez-silabs authored and pull[bot] committed Mar 4, 2024
1 parent 61f9527 commit 9941429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 @@
30 : [Ameba] Update matter lwip and wifi API
31 : [silabs] Update gsdk and wifi-sdk
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN set -x \
&& : # last line


# Clone Gecko SDK 4.3.2 (1228a95)
RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.3.2/gecko-sdk.zip -O /tmp/gecko_sdk.zip \
# Clone Gecko SDK 4.4.0 (124fa19)
RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.0/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
Expand All @@ -30,8 +30,8 @@ RUN git clone --depth=1 --single-branch --branch=2.8.2 https://github.com/Silico
rm -rf .git \
&& : # last line

# Clone WiSeConnect SDK 3.1.0 (58a2404)
RUN git clone --depth=1 --single-branch --branch=v3.1.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
# Clone WiSeConnect SDK 3.1.1 (b2c1cd0)
RUN git clone --depth=1 --single-branch --branch=v3.1.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
cd /tmp/wifi_sdk && \
rm -rf .git \
&& : # last line
Expand Down

0 comments on commit 9941429

Please sign in to comment.