On 16/2/22 12:51, David Hildenbrand wrote:
We need a newer compiler to build upcoming tests that test for z15
features with -march=z15. So let's do it similar to arm64 and powerpc,
using an environment based on debian11 to build tests only.
Cc: Thomas Huth <[email protected]>
Cc: Cornelia Huck <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: "Alex Bennée" <[email protected]>
Cc: "Philippe Mathieu-Daudé" <[email protected]>
Cc: Wainer dos Santos Moschetta <[email protected]>
Cc: Beraldo Leal <[email protected]>
Cc: David Miller <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
---
.gitlab-ci.d/container-cross.yml | 7 +++++++
tests/docker/Makefile.include | 3 ++-
.../dockerfiles/debian-s390x-test-cross.docker | 13 +++++++++++++
tests/tcg/configure.sh | 2 +-
4 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 tests/docker/dockerfiles/debian-s390x-test-cross.docker
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>