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 cbc7a86 commit d6e7334Copy full SHA for d6e7334
.github/docker/Dockerfile.ubuntu
@@ -8,7 +8,7 @@ ARG SHORTNAME="jammy"
8
ENV SHORTNAME=$SHORTNAME
9
10
RUN apt-get update && apt-get install -y curl gnupg
11
-RUN if [ "${LLVM_VERSION}" = "20" ]; \
+RUN if [ "${LLVM_VERSION}" = "21" ]; \
12
then \
13
echo "\n\
14
deb http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME} main\n\
0 commit comments