Skip to content

Commit dcecbd6

Browse files
authored
Fix LLVM version
1 parent 1e46985 commit dcecbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ RUN apt-get -y install wget build-essential cmake git
44

55
FROM base AS clang_setup
66
RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
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
7+
RUN add-apt-repository deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main
8+
RUN add-apt-repository deb-src http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main
99

1010
RUN apt-get -y update
1111
RUN apt-get -y install libllvm-17-ocaml-dev libllvm17 llvm-17 llvm-17-dev llvm-17-doc llvm-17-examples llvm-17-runtime

0 commit comments

Comments
 (0)