Skip to content

Commit

Permalink
Update Zephyr toolchain
Browse files Browse the repository at this point in the history
- version changed from 0.15.2 to 0.16.3
- compression changed from `.gz` to `.xz`
- `note-c` version updated to 2.1
  • Loading branch information
zfields committed Nov 6, 2023
1 parent 9cc6977 commit 29bf051
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ARG UID
ARG USER

# Local Argument(s)
ARG ZEPHYR_TOOLCHAIN_VERSION=0.15.2
ARG ZEPHYR_TOOLCHAIN_VERSION=0.16.3

# Environment Variables

Expand Down Expand Up @@ -117,10 +117,10 @@ WORKDIR /usr/local/

# Install Zephyr SDK and Tools
RUN ["dash", "-c", "\
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZEPHYR_TOOLCHAIN_VERSION}/zephyr-sdk-${ZEPHYR_TOOLCHAIN_VERSION}_linux-${HOST_ARCH}.tar.gz \
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZEPHYR_TOOLCHAIN_VERSION}/zephyr-sdk-${ZEPHYR_TOOLCHAIN_VERSION}_linux-${HOST_ARCH}.tar.xz \
&& wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZEPHYR_TOOLCHAIN_VERSION}/sha256.sum | shasum --check --ignore-missing \
&& tar xvf zephyr-sdk-${ZEPHYR_TOOLCHAIN_VERSION}_linux-${HOST_ARCH}.tar.gz \
&& rm zephyr-sdk-${ZEPHYR_TOOLCHAIN_VERSION}_linux-${HOST_ARCH}.tar.gz \
&& tar xvf zephyr-sdk-${ZEPHYR_TOOLCHAIN_VERSION}_linux-${HOST_ARCH}.tar.xz \
&& rm zephyr-sdk-${ZEPHYR_TOOLCHAIN_VERSION}_linux-${HOST_ARCH}.tar.xz \
&& cd zephyr-sdk-${ZEPHYR_TOOLCHAIN_VERSION} \
&& printf \"y\\nY\\n\" | ./setup.sh \
"]
Expand Down
2 changes: 1 addition & 1 deletion note-c
Submodule note-c updated 135 files

0 comments on commit 29bf051

Please sign in to comment.