mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
tests: add socat dependency for tests
We only use it for test-io-channel-command at the moment. Unfortunately bringing socat into CI exposed an existing bug in the test-io-channel-command unit test so we disabled it for MacOS in the previous patch. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20230228190653.1602033-3-alex.bennee@linaro.org>
This commit is contained in:
parent
a6d715116f
commit
ab4c136109
20 changed files with 20 additions and 3 deletions
|
@ -94,6 +94,7 @@ RUN apk update && \
|
|||
sed \
|
||||
snappy-dev \
|
||||
sndio-dev \
|
||||
socat \
|
||||
sparse \
|
||||
spice-dev \
|
||||
spice-protocol \
|
||||
|
|
|
@ -103,6 +103,7 @@ RUN dnf distro-sync -y && \
|
|||
rpm \
|
||||
sed \
|
||||
snappy-devel \
|
||||
socat \
|
||||
spice-protocol \
|
||||
spice-server-devel \
|
||||
systemd-devel \
|
||||
|
|
|
@ -52,6 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
tar \
|
||||
tesseract-ocr \
|
||||
|
|
|
@ -120,6 +120,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
systemtap-sdt-dev \
|
||||
tar \
|
||||
|
|
|
@ -52,6 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
tar \
|
||||
tesseract-ocr \
|
||||
|
|
|
@ -52,6 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
tar \
|
||||
tesseract-ocr \
|
||||
|
|
|
@ -52,6 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
tar \
|
||||
tesseract-ocr \
|
||||
|
|
|
@ -52,6 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
tar \
|
||||
tesseract-ocr \
|
||||
|
|
|
@ -52,6 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
tar \
|
||||
tesseract-ocr \
|
||||
|
|
|
@ -52,6 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
tar \
|
||||
tesseract-ocr \
|
||||
|
|
|
@ -52,6 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
tar \
|
||||
tesseract-ocr \
|
||||
|
|
|
@ -52,6 +52,7 @@ exec "$@"' > /usr/bin/nosync && \
|
|||
python3-sphinx_rtd_theme \
|
||||
rpm \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
spice-protocol \
|
||||
tar \
|
||||
|
|
|
@ -52,6 +52,7 @@ exec "$@"' > /usr/bin/nosync && \
|
|||
python3-sphinx_rtd_theme \
|
||||
rpm \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
spice-protocol \
|
||||
tar \
|
||||
|
|
|
@ -113,6 +113,7 @@ exec "$@"' > /usr/bin/nosync && \
|
|||
rpm \
|
||||
sed \
|
||||
snappy-devel \
|
||||
socat \
|
||||
sparse \
|
||||
spice-protocol \
|
||||
spice-server-devel \
|
||||
|
|
|
@ -97,6 +97,7 @@ RUN zypper update -y && \
|
|||
sed \
|
||||
snappy-devel \
|
||||
sndio-devel \
|
||||
socat \
|
||||
sparse \
|
||||
spice-protocol-devel \
|
||||
systemd-devel \
|
||||
|
|
|
@ -119,6 +119,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
python3-yaml \
|
||||
rpm2cpio \
|
||||
sed \
|
||||
socat \
|
||||
sparse \
|
||||
systemtap-sdt-dev \
|
||||
tar \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue