File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,16 @@ RUN set -x \
3030 && chmod +x /tmp/slt_install/slt \
3131 && : # last line
3232
33- RUN set -x \
34- && /tmp/slt_install/slt update --self \
35- && conan_path=$(/tmp/slt_install/slt where conan)/conan/conan \
36- && /tmp/slt_install/slt install -f /tmp/sisdk-pkg.lock \
37- && cp -a $(/tmp/slt_install/slt where simplicity-sdk) /tmp/simplicity_sdk \
38- && : # last line
39-
4033# Install packages via SLT (simplicity-sdk, wiseconnect, slc-cli) then add conan remote and copy to /tmp for final image
4134RUN set -x \
35+ && /tmp/slt_install/slt update --self \
4236 && /tmp/slt_install/slt install -f /tmp/wiseconnect-pkg.slt \
4337 && /tmp/slt_install/slt install slc-cli \
4438 && cp -a $(/tmp/slt_install/slt where wiseconnect) /tmp/wifi_sdk \
4539 && cp -a $(/tmp/slt_install/slt where slc-cli) /tmp/slc_cli \
4640 && rm -rf /tmp/slt_install /tmp/sisdk-pkg.slt /tmp/wiseconnect-pkg.slt \
41+ && /tmp/slt_install/slt install -f /tmp/sisdk-pkg.lock \
42+ && cp -a $(/tmp/slt_install/slt where simplicity-sdk/2025.12.1-alpha) /tmp/simplicity_sdk \
4743 && : # last line
4844
4945# Trim Simplicity SDK: keep only top-level folders and .a libraries listed in simplicity_sdk_keep_folders.txt; remove all other .a
You can’t perform that action at this time.
0 commit comments