summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/debian-armhf-cross.docker
diff options
context:
space:
mode:
authorAlex Bennée2019-08-09 15:50:52 +0200
committerAlex Bennée2019-09-10 15:14:31 +0200
commit09bb808f0b8dfc1ce6cc51f832c666ba089a9645 (patch)
treedc51f71599c297f82f3beb9a6341328a72839872 /tests/docker/dockerfiles/debian-armhf-cross.docker
parenttests/docker: move DEF_TARGET_LIST setting to common.rc (diff)
downloadqemu-09bb808f0b8dfc1ce6cc51f832c666ba089a9645.tar.gz
qemu-09bb808f0b8dfc1ce6cc51f832c666ba089a9645.tar.xz
qemu-09bb808f0b8dfc1ce6cc51f832c666ba089a9645.zip
tests/docker: set DEF_TARGET_LIST for some containers
You can assume the failures most people are interested in are the cross-compile failures that are specific to the cross compile target. Set DEF_TARGET_LIST based on what we use for shippable, the user can always override by calling with TARGET_LIST set. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/dockerfiles/debian-armhf-cross.docker')
-rw-r--r--tests/docker/dockerfiles/debian-armhf-cross.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/debian-armhf-cross.docker b/tests/docker/dockerfiles/debian-armhf-cross.docker
index 2b8627673c..d5365881e7 100644
--- a/tests/docker/dockerfiles/debian-armhf-cross.docker
+++ b/tests/docker/dockerfiles/debian-armhf-cross.docker
@@ -17,6 +17,7 @@ RUN apt update && \
# Specify the cross prefix for this image (see tests/docker/common.rc)
ENV QEMU_CONFIGURE_OPTS --cross-prefix=arm-linux-gnueabihf-
+ENV DEF_TARGET_LIST arm-softmmu,arm-linux-user,armeb-linux-user
RUN apt update && \
DEBIAN_FRONTEND=noninteractive eatmydata \