mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +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
51bfd17290
5 changed files with 10 additions and 5 deletions
|
@ -22,7 +22,8 @@ RUN apt-get update && \
|
|||
autoconf automake autogen libtool \
|
||||
texinfo git curl tar wget diffutils \
|
||||
flex bison \
|
||||
protobuf-compiler protobuf-c-compiler
|
||||
protobuf-compiler protobuf-c-compiler \
|
||||
clang-format clangd
|
||||
|
||||
# Dependencies
|
||||
RUN apt-get update && \
|
||||
|
|
|
@ -31,7 +31,8 @@ RUN apt-get update && \
|
|||
autoconf automake autogen libtool \
|
||||
texinfo git curl tar wget diffutils \
|
||||
flex bison \
|
||||
protobuf-compiler protobuf-c-compiler
|
||||
protobuf-compiler protobuf-c-compiler \
|
||||
clang-format clangd
|
||||
|
||||
# Build-time dependencies
|
||||
RUN apt-get update && \
|
||||
|
|
|
@ -19,7 +19,8 @@ RUN dnf -y install \
|
|||
autoconf automake autogen libtool \
|
||||
texinfo git curl tar \
|
||||
flex bison \
|
||||
protobuf-compiler protobuf-c-compiler
|
||||
protobuf-compiler protobuf-c-compiler \
|
||||
clang-tools-extra
|
||||
|
||||
# Several tools only needed for developement and testing
|
||||
RUN dnf -y install \
|
||||
|
|
|
@ -24,7 +24,8 @@ RUN dnf --allowerasing -y install \
|
|||
autoconf automake libtool \
|
||||
flex bison \
|
||||
texinfo git curl tar \
|
||||
protobuf-compiler protobuf-c-compiler
|
||||
protobuf-compiler protobuf-c-compiler \
|
||||
clang-tools-extra
|
||||
|
||||
# Dependencies
|
||||
RUN dnf -y install \
|
||||
|
|
|
@ -23,7 +23,8 @@ RUN apt-get update && \
|
|||
autoconf automake autogen libtool \
|
||||
texinfo git curl tar wget diffutils \
|
||||
flex bison \
|
||||
protobuf-compiler protobuf-c-compiler
|
||||
protobuf-compiler protobuf-c-compiler \
|
||||
clang-tools-extra clangd
|
||||
|
||||
# Dependencies
|
||||
RUN apt-get update && \
|
||||
|
|
Loading…
Add table
Reference in a new issue