[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 09/23] tests/docker: Install Sphinx in the Debian ima
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PULL 09/23] tests/docker: Install Sphinx in the Debian images |
Date: |
Tue, 23 Jul 2019 11:35:58 +0100 |
From: Philippe Mathieu-Daudé <address@hidden>
Since commit 5f71eac06e the Sphinx tool is required
to build the rST documentation.
This fixes:
$ ./configure --enable-docs
ERROR: User requested feature docs
configure was not able to find it.
Install texinfo, Perl/perl-podlators and python-sphinx
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
diff --git a/tests/docker/dockerfiles/debian10.docker
b/tests/docker/dockerfiles/debian10.docker
index aeeb151b521..cf57d8218f6 100644
--- a/tests/docker/dockerfiles/debian10.docker
+++ b/tests/docker/dockerfiles/debian10.docker
@@ -27,5 +27,6 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
pkg-config \
psmisc \
python \
+ python3-sphinx \
texinfo \
$(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\
-f2)
diff --git a/tests/docker/dockerfiles/debian9.docker
b/tests/docker/dockerfiles/debian9.docker
index 5f23a35404f..52c589a7d64 100644
--- a/tests/docker/dockerfiles/debian9.docker
+++ b/tests/docker/dockerfiles/debian9.docker
@@ -27,5 +27,6 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
pkg-config \
psmisc \
python \
+ python3-sphinx \
texinfo \
$(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\
-f2)
--
2.20.1
- [Qemu-devel] [PULL for 4.1-rc2 00/23] testing updates (green CI!), Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 01/23] archive-source: also create a stash for submodules, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 03/23] tests/docker: Install Sphinx in the Ubuntu images, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 02/23] tests/docker: add test-misc for building tools & docs, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 04/23] tests/docker: Install Sphinx in the Fedora image, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 06/23] tests/migration-test: don't spam the logs when we fail, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 08/23] shippable: re-enable the windows cross builds, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 05/23] tests/docker: Install Ubuntu images noninteractively, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 07/23] tests/dockerfiles: update the win cross builds to stretch, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 09/23] tests/docker: Install Sphinx in the Debian images,
Alex Bennée <=
- [Qemu-devel] [PULL 10/23] tests/docker: Install the NSIS tools in the MinGW capable images, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 12/23] tests/docker: Install texinfo in the Fedora image, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 23/23] gitlab-ci: Remove qcow2 tests that are handled by "make check" already, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 11/23] tests/docker: Set the correct cross-PKG_CONFIG_PATH in the MXE images, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 19/23] tests/docker: invoke the DEBUG shell with --noprofile/--norc, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 21/23] tests/qemu-iotests/group: Remove some more tests from the "auto" group, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 17/23] hw/i386: also turn off VMMOUSE is VMPORT is disabled, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 14/23] buildsys: The NSIS Windows build requires qemu-nsis.bmp installed, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 22/23] tests: Run the iotests during "make check" again, Alex Bennée, 2019/07/23
- [Qemu-devel] [PULL 18/23] travis: enable travis_retry for check phase, Alex Bennée, 2019/07/23