Re: [XEN PATCH v1 4/6] CI: Refresh the Debian 12 arm32 cross compile container

2024-10-24 Thread Javi Merino
On Thu, Oct 24, 2024 at 11:51:16AM +, Anthony PERARD wrote: > On Thu, Oct 24, 2024 at 11:04:19AM +0100, Javi Merino wrote: > > diff --git a/automation/build/debian/12-arm64v8-arm32-gcc.dockerfile > > b/automation/build/debian/12-arm64v8-arm32-gcc.dockerfile > > new file mode 100644 > > index 0

Re: [XEN PATCH v1 4/6] CI: Refresh the Debian 12 arm32 cross compile container

2024-10-24 Thread Anthony PERARD
On Thu, Oct 24, 2024 at 11:04:19AM +0100, Javi Merino wrote: > diff --git a/automation/build/debian/12-arm64v8-arm32-gcc.dockerfile > b/automation/build/debian/12-arm64v8-arm32-gcc.dockerfile > new file mode 100644 > index ..bdc935706bfa > --- /dev/null > +++ b/automation/build/debian/

[XEN PATCH v1 4/6] CI: Refresh the Debian 12 arm32 cross compile container

2024-10-24 Thread Javi Merino
Rework the container to run as non-root, use heredocs for readability and use apt-get --no-install-recommends to keep the size down. Rename the CI jobs to debian-12-arm32- to follow the naming scheme of all the other CI jobs. Signed-off-by: Javi Merino --- .../debian/12-arm64v8-arm32-gcc.docke