[Github][CI] Bump CI containers to LLVM v22.1.0 (#184375)
This commit is contained in:
parent
80a1cf4f80
commit
4b06e83885
@ -102,7 +102,7 @@ RUN powershell -Command \
|
||||
rm actions-runner-win.zip
|
||||
|
||||
# Set the LLVM_VERSION environment variable
|
||||
ENV LLVM_VERSION=21.1.8
|
||||
ENV LLVM_VERSION=22.1.0
|
||||
|
||||
# Download and extract Clang compiler.
|
||||
# Create directories, download, extract, and clean up all in one layer
|
||||
|
||||
@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:24.04 AS base
|
||||
ENV LLVM_SYSROOT=/opt/llvm
|
||||
|
||||
FROM base AS stage1-toolchain
|
||||
ENV LLVM_VERSION=21.1.8
|
||||
ENV LLVM_VERSION=22.1.0
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user