Skip to content

Commit

Permalink
[fuchsia] Use llvm-19 on Fuchsia bots (#366)
Browse files Browse the repository at this point in the history
The Fuchsia toolchain normally builds with FatLTO, and the existing
llvm-17 toolchain does not properly support FatLTO compilation. The 17
release does have a FatLTO pipeline, but frontend support in clang was
not ready in time for the llvm-17 release.
  • Loading branch information
ilovepi authored Jan 27, 2025
1 parent 7406995 commit ef2a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/fuchsia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN curl -fsSL https://apt.kitware.com/keys/kitware-archive-latest.asc | \
apt-get update && apt-get install -y --no-install-recommends cmake && \
rm -rf /var/lib/apt/lists/*

ARG LLVM_VERSION=17
ARG LLVM_VERSION=19

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

0 comments on commit ef2a5c5

Please sign in to comment.