diff options
| author | Alex Bennée | 2019-08-12 16:08:28 +0200 |
|---|---|---|
| committer | Alex Bennée | 2019-09-10 15:14:31 +0200 |
| commit | 18b6be432650ccad7c7d94c4e62ea4b7f1a15e29 (patch) | |
| tree | 95b999939fe8ba118c4dc15fe547cfec23054cd1 /tests/tcg | |
| parent | tests/docker: add Buster to DOCKER_PARTIAL_IMAGES (diff) | |
| download | qemu-18b6be432650ccad7c7d94c4e62ea4b7f1a15e29.tar.gz qemu-18b6be432650ccad7c7d94c4e62ea4b7f1a15e29.tar.xz qemu-18b6be432650ccad7c7d94c4e62ea4b7f1a15e29.zip | |
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-x | tests/tcg/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh index 064304e0bb..6c4a471aea 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-*) |
