mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
Install clang-format and clangd in Devcontainers
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
parent
6db1ab53ef
commit
37dec5c55d
5 changed files with 10 additions and 5 deletions
|
@ -22,7 +22,8 @@ RUN apt-get update && \
|
||||||
autoconf automake autogen libtool \
|
autoconf automake autogen libtool \
|
||||||
texinfo git curl tar wget diffutils \
|
texinfo git curl tar wget diffutils \
|
||||||
flex bison \
|
flex bison \
|
||||||
protobuf-compiler protobuf-c-compiler
|
protobuf-compiler protobuf-c-compiler \
|
||||||
|
clang-format clangd
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|
|
@ -31,7 +31,8 @@ RUN apt-get update && \
|
||||||
autoconf automake autogen libtool \
|
autoconf automake autogen libtool \
|
||||||
texinfo git curl tar wget diffutils \
|
texinfo git curl tar wget diffutils \
|
||||||
flex bison \
|
flex bison \
|
||||||
protobuf-compiler protobuf-c-compiler
|
protobuf-compiler protobuf-c-compiler \
|
||||||
|
clang-format clangd
|
||||||
|
|
||||||
# Build-time dependencies
|
# Build-time dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|
|
@ -19,7 +19,8 @@ RUN dnf -y install \
|
||||||
autoconf automake autogen libtool \
|
autoconf automake autogen libtool \
|
||||||
texinfo git curl tar \
|
texinfo git curl tar \
|
||||||
flex bison \
|
flex bison \
|
||||||
protobuf-compiler protobuf-c-compiler
|
protobuf-compiler protobuf-c-compiler \
|
||||||
|
clang-tools-extra
|
||||||
|
|
||||||
# Several tools only needed for developement and testing
|
# Several tools only needed for developement and testing
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
|
|
|
@ -24,7 +24,8 @@ RUN dnf --allowerasing -y install \
|
||||||
autoconf automake libtool \
|
autoconf automake libtool \
|
||||||
flex bison \
|
flex bison \
|
||||||
texinfo git curl tar \
|
texinfo git curl tar \
|
||||||
protobuf-compiler protobuf-c-compiler
|
protobuf-compiler protobuf-c-compiler \
|
||||||
|
clang-tools-extra
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
|
|
|
@ -23,7 +23,8 @@ RUN apt-get update && \
|
||||||
autoconf automake autogen libtool \
|
autoconf automake autogen libtool \
|
||||||
texinfo git curl tar wget diffutils \
|
texinfo git curl tar wget diffutils \
|
||||||
flex bison \
|
flex bison \
|
||||||
protobuf-compiler protobuf-c-compiler
|
protobuf-compiler protobuf-c-compiler \
|
||||||
|
clang-tools-extra clangd
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue