Skip to content

Commit

Permalink
Merge #157
Browse files Browse the repository at this point in the history
157: static-test-tools: use uncrustify from kaspar030/uncrustify-builder r=fjmolinas a=kaspar030

Alternative to #139.

kaspar030/uncrustify-builder now builds and publishes a container with recent uncrustify binary, which can simply be copied from there.

This upgrades riot/riotbuild's Uncrustify to versoin 0.73.0!

Co-authored-by: Kaspar Schleiser <[email protected]>
  • Loading branch information
bors[bot] and kaspar030 authored Nov 1, 2021
2 parents 3b64502 + 9a69baa commit ed2fcf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static-test-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN \
make \
pcregrep \
shellcheck \
uncrustify \
vera++ \
wget \
&& \
Expand All @@ -33,3 +32,6 @@ COPY requirements.txt /tmp/requirements.txt
RUN echo 'Installing python3 packages' >&2 && \
pip3 install --no-cache-dir -r /tmp/requirements.txt && \
rm -f /tmp/requirements.txt

# Install uncrustify
COPY --from=ghcr.io/kaspar030/uncrustify-builder:latest /usr/bin/uncrustify /usr/bin/uncrustify

0 comments on commit ed2fcf0

Please sign in to comment.