Skip to content

Commit

Permalink
Fix Chef build broken on nRFConnect(vscode docker) (#27317)
Browse files Browse the repository at this point in the history
Chef build broken on nRFConnect on dokcer image connectedhomeip/chip-build-vscode:0.7.16
The root cause is lacking of env `ZEPHYR_SDK_INSTALL_DIR`
  • Loading branch information
erwinpan1 authored and pull[bot] committed Nov 6, 2023
1 parent 13eebf3 commit 1470696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/docker/images/chip-build-vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.15.2
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.13.0
ENV ZEPHYR_BASE=/opt/NordicSemiconductor/nrfconnect/zephyr
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk-0.16.0
ENV ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb

ENV TIZEN_VERSION 7.0
Expand Down

0 comments on commit 1470696

Please sign in to comment.