[llvm] [GitHub][CI] Add missing dependencies to code-lint container (PR #163873)

Baranov Victor via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 17 15:12:40 PDT 2025


================
@@ -1,14 +1,18 @@
 ARG LLVM_VERSION=21.1.0
+ARG LLVM_VERSION_MAJOR=21
----------------
vbvictor wrote:

This syntax is [supported in docker/buildkit stack](https://www.docker.com/blog/new-dockerfile-capabilities-v1-7-0/) but I couldn't find that it is supported in podman/buildah stack. Locally I have Buildah 1.39 and in CI it's 1.33. I checked https://buildah.io/releases/ but nothing mentioned "variable expansions" in release notes from 1.33 to 1.39, so I have generally no idea how it works locally.

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


More information about the llvm-commits mailing list