From 551affb61ecdaf54a24f6d8fa931cfc6e8157500 Mon Sep 17 00:00:00 2001 From: Alex Bennée Date: Tue, 14 Apr 2020 21:06:20 +0100 Subject: tests/docker: add docs FEATURE flag and use for test-misc The test-misc docker test fails on a number of images which don't have the prerequisites to build the docs. Use the FEATURES flag so we can skip those tests. As the sphinx test fails to detect whatever feature we need to get hxtool to work we drop them from debian9 so the windows build doesn't attempt to build the docs. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20200414200631.12799-7-alex.bennee@linaro.org> --- tests/docker/dockerfiles/debian9.docker | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/docker/dockerfiles/debian9.docker') diff --git a/tests/docker/dockerfiles/debian9.docker b/tests/docker/dockerfiles/debian9.docker index 92edbbf0f4..08cc970feb 100644 --- a/tests/docker/dockerfiles/debian9.docker +++ b/tests/docker/dockerfiles/debian9.docker @@ -30,6 +30,4 @@ RUN apt update && \ pkg-config \ psmisc \ python3 \ - python3-sphinx \ - texinfo \ $(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\ -f2) -- cgit v1.2.3-55-g7522