On 26/02/2026 19.52, Alex Bennée wrote:
The bugs have evidently been fixed in the latest release so we can
migrate the laggards into how all-test-cross container and remove the
legacy hacks. They are also packaged for the main architectures so we
don't need to jump through the amd64 hoops.
Suggested-by: John Snow <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
---
configure | 10 +---
.gitlab-ci.d/buildtest.yml | 12 -----
.gitlab-ci.d/container-cross.yml | 6 ---
.gitlab-ci.d/containers.yml | 1 -
.../dockerfiles/debian-all-test-cross.docker | 8 ++-
.../debian-legacy-test-cross.docker | 51 -------------------
tests/lcitool/refresh | 8 ++-
7 files changed, 13 insertions(+), 83 deletions(-)
delete mode 100644 tests/docker/dockerfiles/debian-legacy-test-cross.docker
Nice! Kudos to John for figuring it out!
Reviewed-by: Thomas Huth <[email protected]>