File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11FROM ghcr.io/project-chip/chip-build:latest AS build
22LABEL 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
510RUN 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-
3233RUN set -x \
3334 && /tmp/slt_install/slt update --self \
3435 && echo "Installing conan via SLT..." \
You can’t perform that action at this time.
0 commit comments