We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b7284 commit c3e1e1aCopy full SHA for c3e1e1a
Dockerfile
@@ -95,7 +95,7 @@ RUN zsdk_tgz="zephyr-sdk-${ZSDK_VERSION}_linux-$(uname -m).tar.gz" \
95
&& "./zephyr-sdk-${ZSDK_VERSION}/setup.sh" -c -t arm-zephyr-eabi
96
97
ENV ZEPHYR_TOOLCHAIN_VARIANT="zephyr"
98
-ENV ZEPHYR_SDK_INSTALL_DIR="${ZSDK_OPT_DIR}/zephyr-sdk-${ZSDK_VERSION}"
+ENV ZEPHYR_SDK_INSTALL_DIR="${ZSDK_ROOT_DIR}/zephyr-sdk-${ZSDK_VERSION}"
99
100
# DL3013: `pip install <package>==<version>`
101
# DL3042: `pip install --no-cache-dir <package>`
0 commit comments