On 10/29/23 07:50, Alex Bennée wrote:
The current bookworm compiler doesn't build the static binaries due to
bug #1054412 and it might be awhile before it gets fixed. The problem
of keeping older architecture compilers running isn't going to go away
so lets prepare the ground. Create a legacy container and move some
tests around so the others can get upgraded.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Message-Id: <20231028103311.347104-4-alex.ben...@linaro.org>
---
v2
- split other softmmu patches into a new patch
---
.gitlab-ci.d/buildtest.yml | 19 ++++++--
.gitlab-ci.d/container-cross.yml | 6 +++
.../dockerfiles/debian-all-test-cross.docker | 4 +-
.../debian-legacy-test-cross.docker | 46 +++++++++++++++++++
4 files changed, 69 insertions(+), 6 deletions(-)
create mode 100644 tests/docker/dockerfiles/debian-legacy-test-cross.docker
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~