Re: [PATCH 09/17] tests/docker: use debian-all-test-cross for mips64

2023-10-28 Thread Richard Henderson
On 10/28/23 03:33, 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 09/17] tests/docker: use debian-all-test-cross for mips64

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 ---