Skip to content

Commit 2ce3daf

Browse files
authored
[nrfconnect] Fix ZEPHYR_SDK_INSTALL_DIR in chip-build-vscode (project-chip#37302)
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent ef193bc commit 2ce3daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
101 : [Silabs] Update Silabs docker to support MG26 Modules.
1+
102 : [nrfconnect] Fix ZEPHYR_SDK_INSTALL_DIR in chip-build-vscode

integrations/docker/images/vscode/chip-build-vscode/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
129129
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.16.1
130130
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1
131131
ENV ZEPHYR_BASE=/opt/NordicSemiconductor/nrfconnect/zephyr
132-
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk-0.16.5
132+
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk-0.17.0
133133
ENV ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
134134
ENV ZEPHYR_NXP_BASE=/opt/nxp-zephyr/zephyrproject/zephyr
135135
ENV ZEPHYR_NXP_SDK_INSTALL_DIR=/opt/nxp-zephyr/zephyr-sdk-0.17.0

0 commit comments

Comments
 (0)