Skip to content
Snippets Groups Projects
Commit f0aeeb3e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: install iwyu

parent 9e327ab6
No related branches found
No related tags found
1 merge request!641feat: install iwyu
...@@ -80,6 +80,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ ...@@ -80,6 +80,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
gcc${GCC} g++${GCC} gfortran${GCC} \ gcc${GCC} g++${GCC} gfortran${GCC} \
&& apt-get -yqq install \ && apt-get -yqq install \
clang${CLANG} clang-tidy${CLANG} clang-format${CLANG} \ clang${CLANG} clang-tidy${CLANG} clang-format${CLANG} \
iwyu \
&& update-alternatives --install /usr/bin/gcc gcc \ && update-alternatives --install /usr/bin/gcc gcc \
/usr/bin/gcc${GCC} 100 \ /usr/bin/gcc${GCC} 100 \
&& update-alternatives --install /usr/bin/g++ g++ \ && update-alternatives --install /usr/bin/g++ g++ \
...@@ -95,6 +96,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ ...@@ -95,6 +96,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
&& apt-get -yqq install \ && apt-get -yqq install \
gcc g++ gfortran \ gcc g++ gfortran \
clang clang-tidy clang-format \ clang clang-tidy clang-format \
iwyu \
; fi \ ; fi \
&& apt-get -yqq autoremove \ && apt-get -yqq autoremove \
&& gcc --version \ && gcc --version \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment