File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ RUN apt-get -y install wget build-essential cmake git
44
55FROM base AS clang_setup
66RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
7- RUN deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main
8- RUN deb-src http://apt.llvm.org/jammy/ llvm-toolchain-jammy main
7+ RUN add-apt-repository deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-16 main
8+ RUN add-apt-repository deb-src http://apt.llvm.org/jammy/ llvm-toolchain-jammy-16 main
9+
910RUN apt-get -y update
1011RUN apt-get -y install libllvm-17-ocaml-dev libllvm17 llvm-17 llvm-17-dev llvm-17-doc llvm-17-examples llvm-17-runtime
1112RUN apt-get -y install clang-17 clang-tools-17 clang-17-doc libclang-common-17-dev libclang-17-dev libclang1-17 clang-format-17 python3-clang-17 clangd-17 clang-tidy-17
You can’t perform that action at this time.
0 commit comments