Skip to content

Commit

Permalink
Another llvm bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Dec 16, 2024
1 parent a7b80a8 commit 604c92a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN cd \

# Install llvm
WORKDIR /root/install
ARG LLVM_VERSION="19.1.4"
ARG LLVM_VERSION="19.1.5"
RUN curl -L https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-${LLVM_VERSION}.tar.gz > llvm-project-${LLVM_VERSION}.tar.gz \
&& tar xvf llvm-project-${LLVM_VERSION}.tar.gz > /dev/null 2>&1 \
&& mv llvm*${LLVM_VERSION} llvm_root \
Expand All @@ -27,4 +27,3 @@ RUN curl -L https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-${LLV

# Making sure the new libraries (in /usr/local/lib) can be found
RUN ldconfig

0 comments on commit 604c92a

Please sign in to comment.