Skip to content

Commit 9e0d954

Browse files
committed
SWPROT-8953: Remove uic-resources as not needed for zpc
This is a minimal change, if those resources are needed then please check what UnifySDK is pulling. In longer term it would be nicer to fetch binaries at the sources (ideally from sl.com with stable versioned URLs) as suggested in related link. Relate-to: https://community.silabs.com/s/question/0D58Y00008rSY1pSAG/slc-cli-access-to-released-versions#2025 Origin: SiliconLabsSoftware#32 Signed-off-by: Philippe Coval <[email protected]>
1 parent 198fdb0 commit 9e0d954

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docker/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ RUN wget -O /tmp/zap.deb https://github.com/project-chip/zap/releases/download/v
9494
&& apt install -y --no-install-recommends /tmp/zap.deb \
9595
&& rm -rf /var/lib/apt/lists/*
9696

97-
# Unpack SLC CLI
98-
COPY uic-resources/linux/slc_cli_linux.zip /tmp/slc_cli_linux.zip
99-
RUN unzip /tmp/slc_cli_linux.zip -d /opt \
100-
&& chmod +x /opt/slc_cli/slc \
101-
&& rm /tmp/slc_cli_linux.zip
102-
ENV PATH="/opt/slc_cli:${PATH}"
103-
10497
# Install Clang toolchain
10598
RUN if [ "$CLANG" = true ] ; then \
10699
curl -sL https://apt.llvm.org/llvm.sh --output /tmp/llvm.sh; \

0 commit comments

Comments
 (0)