Skip to content

Commit

Permalink
Bump llvm to 19.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Oct 8, 2024
1 parent ac6e0db commit dbc6bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.0"
ARG LLVM_VERSION="19.1.1"
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 Down

0 comments on commit dbc6bec

Please sign in to comment.