Skip to content

Commit

Permalink
Fix ZEPHYR_SDK_INSTALL_DIR (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoBCD committed Mar 23, 2023
1 parent 88b7284 commit c3e1e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN zsdk_tgz="zephyr-sdk-${ZSDK_VERSION}_linux-$(uname -m).tar.gz" \
&& "./zephyr-sdk-${ZSDK_VERSION}/setup.sh" -c -t arm-zephyr-eabi

ENV ZEPHYR_TOOLCHAIN_VARIANT="zephyr"
ENV ZEPHYR_SDK_INSTALL_DIR="${ZSDK_OPT_DIR}/zephyr-sdk-${ZSDK_VERSION}"
ENV ZEPHYR_SDK_INSTALL_DIR="${ZSDK_ROOT_DIR}/zephyr-sdk-${ZSDK_VERSION}"

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

0 comments on commit c3e1e1a

Please sign in to comment.