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 40fa3e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static-test-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DOCKER_REGISTRY="docker.io/riot"
arG DOCKER_REGISTRY="docker.io/riot"
FROM ${DOCKER_REGISTRY}/riotdocker-base:latest

LABEL maintainer="alexandre.abadie@inria.fr"
Expand All @@ -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 40fa3e8

Please sign in to comment.