Skip to content

Commit e4bc056

Browse files
committed
disable
1 parent 3422cf9 commit e4bc056

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docker/Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
FROM ghcr.io/project-chip/chip-build:latest AS build
22
LABEL org.opencontainers.image.source=https://github.com/project-chip/connectedhomeip
33

4+
5+
# Copy SLT package manifests and Simplicity SDK keep-list (build context must be repo root)
6+
COPY scripts/setup/silabs/sisdk-pkg.slt scripts/setup/silabs/wiseconnect-pkg.slt docker/requirements.txt /tmp/
7+
COPY scripts/setup/silabs/simplicity_sdk_keep_folders.txt /tmp/keep_folders.txt
8+
49
# GNU ARM Embedded toolchain, cross compiler for various platform builds
510
RUN set -x \
611
&& apt-get update \
@@ -25,10 +30,6 @@ RUN set -x \
2530
&& chmod +x /tmp/slt_install/slt \
2631
&& : # last line
2732

28-
# Copy SLT package manifests and Simplicity SDK keep-list (build context must be repo root)
29-
COPY scripts/setup/silabs/sisdk-pkg.slt scripts/setup/silabs/wiseconnect-pkg.slt /tmp/
30-
COPY scripts/setup/silabs/simplicity_sdk_keep_folders.txt /tmp/keep_folders.txt
31-
3233
RUN set -x \
3334
&& /tmp/slt_install/slt update --self \
3435
&& echo "Installing conan via SLT..." \

0 commit comments

Comments
 (0)