[llvm] [Github][CI] Add separate container for code-format premerge job (PR #161083)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 4 12:24:56 PDT 2025


================
@@ -0,0 +1,72 @@
+FROM docker.io/library/ubuntu:24.04 AS llvm-downloader
+
+ENV LLVM_VERSION=21.1.1
----------------
boomanaiden154 wrote:

Now that we have explicit control, this should be `21.1.0` to be consistent with what we use for `clang-format`.

https://github.com/llvm/llvm-project/pull/161083


More information about the llvm-commits mailing list