aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2026-04-25 13:34:48 -0700
committerGitHub <noreply@github.com>2026-04-25 13:34:48 -0700
commitbb1f8229e618c5a3363546613e07ae3fbeef741a (patch)
tree0be5f49bbd91ca42d8f19f834a4ffddf38856698
parent93317d19ad94eccdd96bee886d745fbfab6daf60 (diff)
downloadllvm-bb1f8229e618c5a3363546613e07ae3fbeef741a.tar.gz
llvm-bb1f8229e618c5a3363546613e07ae3fbeef741a.tar.bz2
llvm-bb1f8229e618c5a3363546613e07ae3fbeef741a.zip
[Github] Bump CI containers to 22.1.4 (#194175)
-rw-r--r--.github/workflows/containers/github-action-ci-windows/Dockerfile2
-rw-r--r--.github/workflows/containers/github-action-ci/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/containers/github-action-ci-windows/Dockerfile b/.github/workflows/containers/github-action-ci-windows/Dockerfile
index dd1254002618..f7956413e582 100644
--- a/.github/workflows/containers/github-action-ci-windows/Dockerfile
+++ b/.github/workflows/containers/github-action-ci-windows/Dockerfile
@@ -102,7 +102,7 @@ RUN powershell -Command \
rm actions-runner-win.zip
# Set the LLVM_VERSION environment variable
-ENV LLVM_VERSION=22.1.0
+ENV LLVM_VERSION=22.1.4
# Download and extract Clang compiler.
# Create directories, download, extract, and clean up all in one layer
diff --git a/.github/workflows/containers/github-action-ci/Dockerfile b/.github/workflows/containers/github-action-ci/Dockerfile
index 60310fc5362e..acd648ddbd23 100644
--- a/.github/workflows/containers/github-action-ci/Dockerfile
+++ b/.github/workflows/containers/github-action-ci/Dockerfile
@@ -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=22.1.0
+ENV LLVM_VERSION=22.1.4
RUN apt-get update && \
apt-get install -y \