Skip to content

Commit

Permalink
[Silabs] Adds bugfix for chip-build-efr32 docker for slc_cli path (#2…
Browse files Browse the repository at this point in the history
…9481)

* Temp freeRTOS

* Adds bugfix for slc cli path

* Revert "Temp freeRTOS"

This reverts commit bd4df6e.
  • Loading branch information
rosahay-silabs authored and pull[bot] committed Sep 29, 2023
1 parent 0b50c61 commit 1045754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@
14 : [Silabs] Adding Wiseconnect sdk and and image optimization
15 : [Silabs] Adds fix for SLC CLI path
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN git clone --depth=1 --branch=MatterCert https://github.com/SiliconLabs/wisec
# SLC-cli install
# TODO: figure out a way to make this a fixed version. Currently a moving target.
RUN wget https://www.silabs.com/documents/login/software/slc_cli_linux.zip && \
unzip ./slc_cli_linux.zip -d /tmp/slc_cli && \
unzip ./slc_cli_linux.zip -d /tmp && \
rm ./slc_cli_linux.zip \
&& : # last line

Expand Down

0 comments on commit 1045754

Please sign in to comment.