Skip to content
Snippets Groups Projects

Fix deprecations + updates

Merged Joscha Schmiedt requested to merge f-fix-deprecations into dev
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
@@ -4,7 +4,7 @@ RUN apt-get update
@@ -4,7 +4,7 @@ RUN apt-get update
RUN apt-get install -y cmake
RUN apt-get install -y cmake
RUN apt-get install -y lcov
RUN apt-get install -y lcov
RUN apt-get install -y doxygen graphviz
RUN apt-get install -y doxygen graphviz
RUN apt-get install -y clang-format clang-tidy
RUN apt-get install -y clang-format-16 clang-tidy
RUN apt-get install -y python3-pip python3-venv
RUN apt-get install -y python3-pip python3-venv
RUN apt-get install -y git
RUN apt-get install -y git
RUN apt-get install -y curl zip unzip tar
RUN apt-get install -y curl zip unzip tar
@@ -28,5 +28,5 @@ RUN git rev-parse HEAD > libcaosdb_commit
@@ -28,5 +28,5 @@ RUN git rev-parse HEAD > libcaosdb_commit
RUN rm -rf .git
RUN rm -rf .git
# build dependencies
# build dependencies
RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Debug
#RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Debug
RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Release
#RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Release
Loading