Skip to content

Commit 699c5a0

Browse files
nashifstephanosio
authored andcommitted
docker: also install zephyr-sdk llvm toolchain
Install LLVM toolchain. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent d0c99f6 commit 699c5a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN <<EOF
1717
cd /opt/toolchains
1818
wget ${WGET_ARGS} https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZSDK_VERSION}/zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}_gnu.tar.xz
1919
tar xf zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}_gnu.tar.xz
20-
zephyr-sdk-${ZSDK_VERSION}/setup.sh -t all -h -c
20+
zephyr-sdk-${ZSDK_VERSION}/setup.sh -l -t all -h -c
2121
rm zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}_gnu.tar.xz
2222
EOF
2323

0 commit comments

Comments
 (0)