Skip to content

Commit 604c92a

Browse files
committed
Another llvm bump.
1 parent a7b80a8 commit 604c92a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN cd \
88

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

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

0 commit comments

Comments
 (0)