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 c8aa8bc commit 1011358Copy full SHA for 1011358
Dockerfile
@@ -59,13 +59,11 @@ RUN apt-get install -y googletest && \
59
COPY ./register-clang-version.sh /
60
RUN wget https://apt.llvm.org/llvm.sh && \
61
/bin/bash ./llvm.sh 17 && \
62
+ apt-get install -y clang-tidy-17 clang-format-17 clang-tools-17 && \
63
rm llvm.sh && \
64
/bin/bash ./register-clang-version.sh 17 1 && \
65
rm ./register-clang-version.sh
66
-# Install clang tools
67
-RUN apt-get install -y clang-tools clang-format clang-tidy
68
-
69
# Install ocaml
70
RUN bash -c "yes '' | sh <(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)" && \
71
bash -c "opam init --disable-sandboxing --auto-setup -y"
0 commit comments