Skip to content

Commit 6e40809

Browse files
authored
[Fuchsia] Update LLVM version (#435)
This is the latest released LLVM version.
1 parent 3ec4992 commit 6e40809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/fuchsia/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ENTRYPOINT ["/usr/bin/dumb-init", "--"]
3838
# apt-get update && apt-get install -y --no-install-recommends cmake && \
3939
# rm -rf /var/lib/apt/lists/*
4040

41-
ARG LLVM_VERSION=19
41+
ARG LLVM_VERSION=20
4242

4343
# Install latest LLVM release.
4444
RUN curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | \

0 commit comments

Comments
 (0)