Skip to content
Snippets Groups Projects

Fix deprecations + updates

Merged Joscha Schmiedt requested to merge f-fix-deprecations into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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