Skip to content

Commit

Permalink
Update LLVM_VERSION to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
arpad-m committed Oct 17, 2024
1 parent b48fd7e commit 3743c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build-tools
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN curl -sL "https://github.com/peak/s5cmd/releases/download/v${S5CMD_VERSION}/
&& mv s5cmd /usr/local/bin/s5cmd

# LLVM
ENV LLVM_VERSION=18
ENV LLVM_VERSION=19
RUN curl -fsSL 'https://apt.llvm.org/llvm-snapshot.gpg.key' | apt-key add - \
&& echo "deb http://apt.llvm.org/${DEBIAN_VERSION}/ llvm-toolchain-${DEBIAN_VERSION}-${LLVM_VERSION} main" > /etc/apt/sources.list.d/llvm.stable.list \
&& apt update \
Expand Down

0 comments on commit 3743c14

Please sign in to comment.