tests/docker: add zstdtools to the images
We need this to be able to run the tuxrun_baseline tests in CI which in turn helps us reduce overhead running other tests. We need to update libvirt-ci and refresh the generated files by running 'make lcitool-refresh' to get the new mapping. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230228190653.1602033-24-alex.bennee@linaro.org>
This commit is contained in:
parent
88b19e4e1a
commit
bbe307639d
19 changed files with 35 additions and 17 deletions
|
|
@ -110,6 +110,7 @@ RUN apk update && \
|
|||
xfsprogs-dev \
|
||||
zlib-dev \
|
||||
zlib-static \
|
||||
zstd \
|
||||
zstd-dev && \
|
||||
apk list | sort > /packages.txt && \
|
||||
mkdir -p /usr/libexec/ccache-wrappers && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue