Skip to content

Commit

Permalink
Update llvm.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jul 5, 2024
1 parent 7303d77 commit ee240ea
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="16.0.4"
ARG LLVM_VERSION="18.1.8"
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 ee240ea

Please sign in to comment.