Skip to content

Commit

Permalink
static: Add cargo
Browse files Browse the repository at this point in the history
This is needed for the static tests introduced in [20886]; no need for
nightly or target specific tools.

[20886]: RIOT-OS/RIOT#20886
  • Loading branch information
chrysn committed Oct 2, 2024
1 parent 7e1b9bc commit 435fc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static-test-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN \
apt-get update && \
echo 'Installing static test tools' >&2 && \
apt-get -y --no-install-recommends install \
cargo \
coccinelle \
cppcheck \
doxygen \
Expand Down

0 comments on commit 435fc16

Please sign in to comment.