add ninja to dockerfiles, CI configurations and test VMs

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2020-08-13 09:58:50 -04:00
parent f2f984a3b3
commit 345d7053ca
18 changed files with 32 additions and 9 deletions

View file

@ -48,6 +48,7 @@ ENV PACKAGES \
make \
python3-yaml \
python3-sphinx \
ninja-build \
sparse \
xfslibs-dev
RUN apt-get update && \