mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
Remove texinfo dependency from docker and CI configs
We don't need texinfo to build the docs any more, so we can drop that dependency from our docker and other CI configs. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200925162316.21205-22-peter.maydell@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
1615aeaf1f
commit
7cd77fb02b
7 changed files with 0 additions and 7 deletions
|
@ -192,7 +192,6 @@ jobs:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- python3-sphinx
|
- python3-sphinx
|
||||||
- texinfo
|
|
||||||
- perl
|
- perl
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,6 @@ ENV PACKAGES \
|
||||||
systemd-devel \
|
systemd-devel \
|
||||||
systemtap-sdt-devel \
|
systemtap-sdt-devel \
|
||||||
tar \
|
tar \
|
||||||
texinfo \
|
|
||||||
usbredir-devel \
|
usbredir-devel \
|
||||||
virglrenderer-devel \
|
virglrenderer-devel \
|
||||||
vte291-devel \
|
vte291-devel \
|
||||||
|
|
|
@ -31,7 +31,6 @@ RUN apt update && \
|
||||||
python3 \
|
python3 \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-sphinx \
|
python3-sphinx \
|
||||||
texinfo \
|
|
||||||
$(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\ -f2)
|
$(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\ -f2)
|
||||||
|
|
||||||
ENV FEATURES docs
|
ENV FEATURES docs
|
||||||
|
|
|
@ -96,7 +96,6 @@ ENV PACKAGES \
|
||||||
tar \
|
tar \
|
||||||
tesseract \
|
tesseract \
|
||||||
tesseract-langpack-eng \
|
tesseract-langpack-eng \
|
||||||
texinfo \
|
|
||||||
usbredir-devel \
|
usbredir-devel \
|
||||||
virglrenderer-devel \
|
virglrenderer-devel \
|
||||||
vte291-devel \
|
vte291-devel \
|
||||||
|
|
|
@ -63,7 +63,6 @@ ENV PACKAGES \
|
||||||
python3-yaml \
|
python3-yaml \
|
||||||
python3-sphinx \
|
python3-sphinx \
|
||||||
sparse \
|
sparse \
|
||||||
texinfo \
|
|
||||||
xfslibs-dev
|
xfslibs-dev
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y install $PACKAGES
|
DEBIAN_FRONTEND=noninteractive apt-get -y install $PACKAGES
|
||||||
|
|
|
@ -49,7 +49,6 @@ ENV PACKAGES \
|
||||||
python3-yaml \
|
python3-yaml \
|
||||||
python3-sphinx \
|
python3-sphinx \
|
||||||
sparse \
|
sparse \
|
||||||
texinfo \
|
|
||||||
xfslibs-dev
|
xfslibs-dev
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y install $PACKAGES
|
DEBIAN_FRONTEND=noninteractive apt-get -y install $PACKAGES
|
||||||
|
|
|
@ -57,7 +57,6 @@ ENV PACKAGES flex bison \
|
||||||
sparse \
|
sparse \
|
||||||
tesseract-ocr \
|
tesseract-ocr \
|
||||||
tesseract-ocr-eng \
|
tesseract-ocr-eng \
|
||||||
texinfo \
|
|
||||||
xfslibs-dev\
|
xfslibs-dev\
|
||||||
vim
|
vim
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue