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 c90d136 commit c10cbb2Copy full SHA for c10cbb2
libcxx/utils/ci/Dockerfile
@@ -70,6 +70,10 @@ RUN apt-get install -y clang-format-$LLVM_LATEST_VERSION
70
RUN ln -s /usr/bin/clang-format-$LLVM_LATEST_VERSION /usr/bin/clang-format && [ -e $(readlink /usr/bin/clang-format) ]
71
RUN ln -s /usr/bin/git-clang-format-$LLVM_LATEST_VERSION /usr/bin/git-clang-format && [ -e $(readlink /usr/bin/git-clang-format) ]
72
73
+# Install clang-tidy
74
+RUN apt-get install -y clang-tidy-$LLVM_LATEST_VERSION
75
+RUN ln -s /usr/bin/clang-tidy-$LLVM_LATEST_VERSION /usr/bin/clang-tidy && [ -e $(readlink /usr/bin/clang-tidy) ]
76
+
77
# Install the most recent GCC
78
ENV GCC_LATEST_VERSION=11
79
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
0 commit comments