Re: [PATCH 04/17] tests/docker: use debian-legacy-test-cross for alpha

2023-10-28 Thread Richard Henderson
On 10/28/23 03:32, Alex Bennée wrote: Maintaining two sets of containers for test building is silly. While it makes sense for the QEMU cross-compile targets to have their own fat containers built by lcitool we might as well merge the other random debian based compilers into the same one used on g

[PATCH 04/17] tests/docker: use debian-legacy-test-cross for alpha

2023-10-28 Thread Alex Bennée
Maintaining two sets of containers for test building is silly. While it makes sense for the QEMU cross-compile targets to have their own fat containers built by lcitool we might as well merge the other random debian based compilers into the same one used on gitlab. Signed-off-by: Alex Bennée ---