Skip to content

Commit 42fccd5

Browse files
committed
disable
1 parent 4b96c2c commit 42fccd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ RUN set -x \
4444
&& rm -rf /root/.silabs/slt/installs/conan/slt-remotes.json \
4545
&& $conan_path remote list \
4646
&& /tmp/slt_install/slt install simplicity-sdk \
47+
&& ($conan_path remote list | grep -q conan-silabs-net && $conan_path remote disable conan-silabs-net || true) \
4748
&& $conan_path list "*" -r testing \
4849
&& /tmp/slt_install/slt install simplicity-sdk/2025.12.1-alpha \
4950
&& cp -a $(/tmp/slt_install/slt where simplicity-sdk) /tmp/simplicity_sdk \

0 commit comments

Comments
 (0)