Skip to content

Commit 913b826

Browse files
committed
ci: Update Zephyr SDK to 1.0.0-rc1
This commit updates the Zephyr SDK version to 1.0.0-rc1. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent e5f7cbf commit 913b826

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile.ci

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ FROM ${BASE_IMAGE:-zephyrprojectrtos/ci-base:latest}
88
ARG USERNAME=user
99
ARG 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
1212
ENV ZSDK_VERSION=$ZSDK_VERSION
1313

1414
# Install Zephyr SDK
1515
RUN <<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
2222
EOF
2323

2424
# Run the Zephyr SDK setup script as 'user' in order to ensure that the

0 commit comments

Comments
 (0)