aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-08-12 15:08:28 +0100
committerAlex Bennée <alex.bennee@linaro.org>2019-09-10 14:14:31 +0100
commit18b6be432650ccad7c7d94c4e62ea4b7f1a15e29 (patch)
tree95b999939fe8ba118c4dc15fe547cfec23054cd1 /tests/tcg
parent2f45f2d44652b01abb5b8efb703d76054c5ce38e (diff)
downloadqemu-18b6be432650ccad7c7d94c4e62ea4b7f1a15e29.zip
qemu-18b6be432650ccad7c7d94c4e62ea4b7f1a15e29.tar.gz
qemu-18b6be432650ccad7c7d94c4e62ea4b7f1a15e29.tar.bz2
tests/docker: move our arm64 cross compile to Buster
Now Buster is released we can unify our cross build images for both QEMU and tests. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests/tcg')
-rwxr-xr-xtests/tcg/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh
index 064304e..6c4a471 100755
--- a/tests/tcg/configure.sh
+++ b/tests/tcg/configure.sh
@@ -95,7 +95,7 @@ for target in $target_list; do
case $target in
aarch64-*)
# We don't have any bigendian build tools so we only use this for AArch64
- container_image=debian-buster-arm64-cross
+ container_image=debian-arm64-cross
container_cross_cc=aarch64-linux-gnu-gcc
;;
alpha-*)