Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 23, 2024
1 parent 179c915 commit e2f2b9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/conan-tests
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 10 && \
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 30 && \
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-14 10 && \
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-11 30 && \
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-14 10 && \
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-11 30 && \
update-alternatives --set gcc /usr/bin/gcc-9 && \
update-alternatives --set g++ /usr/bin/g++-9 && \
update-alternatives --set clang /usr/bin/clang-14 && \
Expand Down

0 comments on commit e2f2b9a

Please sign in to comment.