Skip to content

Commit

Permalink
Merge pull request #2 from esa/pr/llvm19
Browse files Browse the repository at this point in the history
Update llvm version
  • Loading branch information
bluescarni authored Sep 21, 2024
2 parents ee240ea + a6c3f11 commit 897d93a
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="18.1.8"
ARG LLVM_VERSION="19.1.0"
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 897d93a

Please sign in to comment.