Skip to content

Commit

Permalink
[Github] Bump CI compiler version to 19.1.2 (llvm#113016)
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 authored and EricWF committed Oct 22, 2024
1 parent 488cf1c commit e3682aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:22.04 as base
ENV LLVM_SYSROOT=/opt/llvm

FROM base as stage1-toolchain
ENV LLVM_VERSION=18.1.8
ENV LLVM_VERSION=19.1.2

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit e3682aa

Please sign in to comment.