Skip to content

Commit c3e1e1a

Browse files
authored
Fix ZEPHYR_SDK_INSTALL_DIR (#34)
1 parent 88b7284 commit c3e1e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN zsdk_tgz="zephyr-sdk-${ZSDK_VERSION}_linux-$(uname -m).tar.gz" \
9595
&& "./zephyr-sdk-${ZSDK_VERSION}/setup.sh" -c -t arm-zephyr-eabi
9696

9797
ENV ZEPHYR_TOOLCHAIN_VARIANT="zephyr"
98-
ENV ZEPHYR_SDK_INSTALL_DIR="${ZSDK_OPT_DIR}/zephyr-sdk-${ZSDK_VERSION}"
98+
ENV ZEPHYR_SDK_INSTALL_DIR="${ZSDK_ROOT_DIR}/zephyr-sdk-${ZSDK_VERSION}"
9999

100100
# DL3013: `pip install <package>==<version>`
101101
# DL3042: `pip install --no-cache-dir <package>`

0 commit comments

Comments
 (0)