File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 4.8.0] - 2025-xx-xx
9
+
10
+ ### Changed
11
+ - Moved jq installation from `full` image to `lite`
12
+
8
13
## [ 4.7.0] - 2025-06-02
9
14
10
15
### Changed
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ ENV RUST_STABLE=1.83.0
4
4
ENV RUST_NIGHTLY=nightly-2024-12-01
5
5
6
6
# Add curl for Rust buildchain
7
- RUN apt install -y --no-install-recommends \
8
- curl \
9
- jq
7
+ RUN apt install -y --no-install-recommends curl
10
8
11
9
# Define rustup/cargo home directories
12
10
ENV RUSTUP_HOME=/opt/rustup
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RUN apt install -y --no-install-recommends \
10
10
doxygen \
11
11
gcc-arm-none-eabi \
12
12
git \
13
+ jq \
13
14
libcmocka-dev \
14
15
lcov \
15
16
libnewlib-arm-none-eabi \
You can’t perform that action at this time.
0 commit comments