On 8/11/23 17:56, Alex Bennée wrote:
debian-native isn't really needed and suffers from the problem of
tracking a distros dependencies rather than the projects. With a
little surgery we can make the debian-amd64 container architecture
neutral and allow people to use it to build a native QEMU.

Rename it so it follows the same non-arch pattern of the other distro
containers.

Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Cc: Anders Roxell <anders.rox...@linaro.org>
---
  .gitlab-ci.d/buildtest.yml                    | 12 ++---
  .gitlab-ci.d/containers.yml                   |  2 +-
  tests/docker/Makefile.include                 |  3 --
  tests/docker/dockerfiles/debian-native.docker | 54 -------------------
  .../{debian-amd64.docker => debian.docker}    |  7 ++-
  tests/lcitool/refresh                         |  9 ++--
  6 files changed, 18 insertions(+), 69 deletions(-)
  delete mode 100644 tests/docker/dockerfiles/debian-native.docker
  rename tests/docker/dockerfiles/{debian-amd64.docker => debian.docker} (96%)

Good idea. Why RFC?

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to