Skip to content
Snippets Groups Projects

Fix deprecations + updates

Merged Joscha Schmiedt requested to merge f-fix-deprecations into dev
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -2,7 +2,8 @@ FROM debian:bookworm
@@ -2,7 +2,8 @@ FROM debian:bookworm
RUN apt-get update
RUN apt-get update
RUN apt-get install -y cmake
RUN apt-get install -y cmake
RUN apt-get install -y lcov
# iwyu is not a strict dependency here, but in the cppinttests.
 
RUN apt-get install -y lcov iwyu
RUN apt-get install -y doxygen graphviz
RUN apt-get install -y doxygen graphviz
RUN apt-get install -y clang-format-16 clang-tidy-16
RUN apt-get install -y clang-format-16 clang-tidy-16
RUN apt-get install -y python3-pip python3-venv
RUN apt-get install -y python3-pip python3-venv
Loading