Skip to content

Commit 0853720

Browse files
committed
fix: update clang++ alternative
1 parent e9ba91b commit 0853720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN apt-get install -y googletest && \
5959
RUN wget https://apt.llvm.org/llvm.sh && \
6060
/bin/bash ./llvm.sh 17 && \
6161
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 && \
6263
update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-17 1
6364

6465
# Install clang tools

0 commit comments

Comments
 (0)