We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ba91b commit 0853720Copy full SHA for 0853720
Dockerfile
@@ -59,6 +59,7 @@ RUN apt-get install -y googletest && \
59
RUN wget https://apt.llvm.org/llvm.sh && \
60
/bin/bash ./llvm.sh 17 && \
61
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 1 && \
62
+ update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 1 && \
63
update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-17 1
64
65
# Install clang tools
0 commit comments