File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ RUN apt-get install -y googletest && \
5656 cmake . && make -j4 && make install
5757
5858# Install llvm 17
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- rm llvm.sh
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+ # rm llvm.sh
6565
6666# Install clang tools
6767RUN apt-get install -y clang-tools clang-format clang-tidy
You can’t perform that action at this time.
0 commit comments