Skip to content

Commit a09084b

Browse files
boomanaiden154mgehre-amd
authored andcommitted
[Github] Bump CI container to LLVM 19.1.5 (llvm#119809)
Bump the CI container version to the latest release.
1 parent 2fece8c commit a09084b

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

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

44
FROM base as stage1-toolchain
5-
ENV LLVM_VERSION=19.1.2
5+
ENV LLVM_VERSION=19.1.5
66

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

0 commit comments

Comments
 (0)