From: chalianis1@gmail.com
To: s.hauer@pengutronix.de
Cc: barebox@lists.infradead.org, Chali Anis <chalianis1@gmail.com>
Subject: [PATCH v2 2/5] ci: container: update llvm to 21 and fix dependency issue.
Date: Fri, 12 Dec 2025 00:08:21 -0500 [thread overview]
Message-ID: <20251212050824.1273837-2-chalianis1@gmail.com> (raw)
In-Reply-To: <20251212050824.1273837-1-chalianis1@gmail.com>
From: Chali Anis <chalianis1@gmail.com>
upgrade back to llvm 21 and specify distroname argument to llvm
which prevents having packages conflicts.
Fixes: 305c0a1ed064 ("ci: container: downgrade LLVM to v20")
Signed-off-by: Chali Anis <chalianis1@gmail.com>
---
test/Containerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/Containerfile b/test/Containerfile
index e322fed15727..e4f84e67dafb 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -59,11 +59,11 @@ RUN apt-get update && apt-get upgrade && apt-get install -y --no-install-recomme
yq
ENV GCC_VERSION=15.2.0
-ENV LLVM_VERSION=20
+ENV LLVM_VERSION=21
RUN apt-get install -y --no-install-recommends lsb-release gnupg \
&& wget https://apt.llvm.org/llvm.sh \
- && chmod +x llvm.sh && ./llvm.sh ${LLVM_VERSION} \
+ && chmod +x llvm.sh && ./llvm.sh ${LLVM_VERSION} -n trixie \
&& apt-get remove -y lsb-release gnupg \
&& apt-get autoremove -y --purge \
&& apt-get clean \
next prev parent reply other threads:[~2025-12-12 5:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-12 5:08 [PATCH v2 1/5] test: Containerfile: fix build issue related to apt cleanup chalianis1
2025-12-12 5:08 ` chalianis1 [this message]
2025-12-12 14:03 ` [PATCH v2 2/5] ci: container: update llvm to 21 and fix dependency issue Ahmad Fatoum
2025-12-12 5:08 ` [PATCH v2 3/5] test: container: add qemu-efi-aarch64 chalianis1
2025-12-12 14:03 ` Ahmad Fatoum
2025-12-12 5:08 ` [PATCH v2 4/5] test: arm: add efi v8 test for efi arm64 payload chalianis1
2025-12-12 14:05 ` Ahmad Fatoum
2025-12-12 5:08 ` [PATCH v2 5/5] doc: efi: add efi armv8 documentaion chalianis1
2025-12-12 14:06 ` Ahmad Fatoum
2025-12-12 9:20 ` [PATCH v2 1/5] test: Containerfile: fix build issue related to apt cleanup Ahmad Fatoum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251212050824.1273837-2-chalianis1@gmail.com \
--to=chalianis1@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox