From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Brian Cain <brian.cain@oss.qualcomm.com>
Cc: qemu-devel@nongnu.org, ltaylorsimpson@gmail.com,
matheus.bernardino@oss.qualcomm.com,
marco.liebel@oss.qualcomm.com, quic_mburton@quicinc.com,
sid.manning@oss.qualcomm.com, ale@rev.ng, anjo@rev.ng
Subject: Re: [PATCH v2] tests/docker: Update hexagon cross toolchain to 22.1.0
Date: Tue, 3 Mar 2026 18:10:53 +0000 [thread overview]
Message-ID: <aackLWHOKc4ZgHrU@redhat.com> (raw)
In-Reply-To: <20260303175444.1540049-1-brian.cain@oss.qualcomm.com>
On Tue, Mar 03, 2026 at 09:54:44AM -0800, Brian Cain wrote:
> Update the hexagon cross-compiler Docker container to use toolchain
> version 22.1.0, replacing the previous 12.Dec.2023 release. This release
> has valuable compiler and linker bugfixes, but more importantly it will
> enable us to target DSP arches up to v81.
>
> This requires upgrading the base image from Debian 11 to Debian 12
> because the new toolchain needs glibc >= 2.34. Additional changes
> to accommodate the new base image and toolchain:
>
> * Use DEB822 format for enabling deb-src
> * Add libc++1, libc++abi1, libunwind-14 runtime deps for the new
> toolchain
> * Add zstd for the new .tar.zst archive format
> * Replace pip3 install tomli with python3-tomli system package
> (Debian 12 enforces PEP 668)
>
> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
> ---
> .../dockerfiles/debian-hexagon-cross.docker | 19 +++++++++++--------
> 1 file changed, 11 insertions(+), 8 deletions(-)
>
> diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> index 23152b4918..00d7834506 100644
> --- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> +++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> @@ -5,10 +5,10 @@
> # needs to be able to build QEMU itself in CI we include its
> # build-deps.
> #
> -FROM docker.io/library/debian:11-slim
> +FROM docker.io/library/debian:12-slim
Can we go straight to 13 please. We just updated all the non-hand
written docker files to Debian 13, on the basis that 12 is going
end of life in June.
With regards,
Daniel
--
|: https://berrange.com ~~ https://hachyderm.io/@berrange :|
|: https://libvirt.org ~~ https://entangle-photo.org :|
|: https://pixelfed.art/berrange ~~ https://fstop138.berrange.com :|
next prev parent reply other threads:[~2026-03-03 18:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-03 17:54 [PATCH v2] tests/docker: Update hexagon cross toolchain to 22.1.0 Brian Cain
2026-03-03 18:07 ` Pierrick Bouvier
2026-03-03 18:10 ` Daniel P. Berrangé [this message]
2026-03-03 18:13 ` Brian Cain
2026-03-04 17:49 ` Alex Bennée
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=aackLWHOKc4ZgHrU@redhat.com \
--to=berrange@redhat.com \
--cc=ale@rev.ng \
--cc=anjo@rev.ng \
--cc=brian.cain@oss.qualcomm.com \
--cc=ltaylorsimpson@gmail.com \
--cc=marco.liebel@oss.qualcomm.com \
--cc=matheus.bernardino@oss.qualcomm.com \
--cc=qemu-devel@nongnu.org \
--cc=quic_mburton@quicinc.com \
--cc=sid.manning@oss.qualcomm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.