diff options
| author | Alex Bennée | 2020-05-20 16:05:36 +0200 |
|---|---|---|
| committer | Alex Bennée | 2020-05-27 15:26:49 +0200 |
| commit | c729a99d27018b8d619544b18926b234b010b733 (patch) | |
| tree | e0f82ff5c669c882b66928f998749108a32e745c /tests/docker/Makefile.include | |
| parent | tests/docker: add debian11 base image (diff) | |
| download | qemu-c729a99d27018b8d619544b18926b234b010b733.tar.gz qemu-c729a99d27018b8d619544b18926b234b010b733.tar.xz qemu-c729a99d27018b8d619544b18926b234b010b733.zip | |
tests/docker: use a gcc-10 based image for arm64 tests
As we enable newer features that we want to test on arm64 targets we
need newer compilers. Split off a new debian-arm64-test-cross image
which we can use to build these new tests.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200520140541.30256-11-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/Makefile.include')
| -rw-r--r-- | tests/docker/Makefile.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include index 3596b58930..ed46bd98eb 100644 --- a/tests/docker/Makefile.include +++ b/tests/docker/Makefile.include @@ -131,9 +131,11 @@ docker-image-travis: NOUSER=1 # Specialist build images, sometimes very limited tools docker-image-tricore-cross: docker-image-debian9 +docker-image-debian-arm64-test-cross: docker-image-debian11 # These images may be good enough for building tests but not for test builds DOCKER_PARTIAL_IMAGES += debian-alpha-cross +DOCKER_PARTIAL_IMAGES += debian-arm64-test-cross DOCKER_PARTIAL_IMAGES += debian-hppa-cross DOCKER_PARTIAL_IMAGES += debian-m68k-cross debian-mips64-cross DOCKER_PARTIAL_IMAGES += debian-powerpc-cross debian-ppc64-cross |
