mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue