[Github][CI] Bump CI containers to LLVM v22.1.0 (#184375)

This commit is contained in:
Aiden Grossman 2026-03-03 12:26:02 -08:00 committed by GitHub
parent 80a1cf4f80
commit 4b06e83885
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 \