File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ FROM ${BASE_IMAGE:-zephyrprojectrtos/ci-base:latest}
88ARG USERNAME=user
99ARG WGET_ARGS="-q --show-progress --progress=bar:force:noscroll"
1010
11- ARG ZSDK_VERSION=0.17.4
11+ ARG ZSDK_VERSION=1.0.0-rc1
1212ENV ZSDK_VERSION=$ZSDK_VERSION
1313
1414# Install Zephyr SDK
1515RUN <<EOF
1616 mkdir -p /opt/toolchains
1717 cd /opt/toolchains
18- wget ${WGET_ARGS} https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZSDK_VERSION}/zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}.tar.xz
19- tar xf zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}.tar.xz
18+ wget ${WGET_ARGS} https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZSDK_VERSION}/zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}_gnu .tar.xz
19+ tar xf zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}_gnu .tar.xz
2020 zephyr-sdk-${ZSDK_VERSION}/setup.sh -t all -h -c
21- rm zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}.tar.xz
21+ rm zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}_gnu .tar.xz
2222EOF
2323
2424# Run the Zephyr SDK setup script as 'user' in order to ensure that the
You can’t perform that action at this time.
0 commit comments