Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed May 21, 2024
1 parent 10cb02d commit 0e51248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 2 additions & 5 deletions dockerfiles/ubuntu-cxx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,8 @@ RUN if [ $COMPILER_NAME = gcc ] ; then \
&& update-alternatives --install /usr/bin/ld ld /usr/bin/lld 100; \
fi

COPY patches/conan-settings.patch /tmp/

RUN conan --help \
&& patch -i /tmp/conan-settings.patch "$HOME/.conan2/settings.yml" \
&& rm /tmp/conan-settings.patch
# Populate Conan settings
RUN conan --help

RUN if [ $COMPILER_NAME = clang ] ; then \
CC=clang-$COMPILER_VERSION \
Expand Down
5 changes: 0 additions & 5 deletions patches/conan-settings.patch

This file was deleted.

0 comments on commit 0e51248

Please sign in to comment.