Skip to content

Commit 207d399

Browse files
[Github] Bump CI Container clang Version to 21.1.1
This patch bumps the CI container version to the latest release version. No particular reason to do this other than to ensure that we are using a clang built with IRPGO now that has relanded for the slight performance benefit.
1 parent 6f64b01 commit 207d399

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/containers/github-action-ci

1 file changed

+1
-1
lines changed

.github/workflows/containers/github-action-ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:24.04 as base
22
ENV LLVM_SYSROOT=/opt/llvm
33

44
FROM base as stage1-toolchain
5-
ENV LLVM_VERSION=21.1.0
5+
ENV LLVM_VERSION=21.1.1
66

77
RUN apt-get update && \
88
apt-get install -y \

0 commit comments

Comments
 (0)