We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c773e commit b7530b0Copy full SHA for b7530b0
.github/workflows/containers/github-action-ci-tooling/Dockerfile
@@ -1,5 +1,5 @@
1
ARG LLVM_VERSION=21.1.0
2
-# FIXME: Use "${LLVM_VERSION%%.*}"" instead of "LLVM_VERSION_MAJOR" once we update runners to Ubuntu-26.04 with Buildah >= 1.37
+# FIXME: Use "${LLVM_VERSION%%.*}" instead of "LLVM_VERSION_MAJOR" once we update runners to Ubuntu-26.04 with Buildah >= 1.37
3
ARG LLVM_VERSION_MAJOR=21
4
5
FROM docker.io/library/ubuntu:24.04 AS llvm-downloader
0 commit comments