diff options
author | Paolo Bonzini | 2020-08-13 15:58:50 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-10-17 16:45:50 +0200 |
commit | 345d7053ca4a39b0496366f3c953ae2681570ce3 (patch) | |
tree | adeab660efd170ad90e2ece34053abaa5acf6669 /tests/vm/ubuntu.i386 | |
parent | dockerfiles: enable Centos 8 PowerTools (diff) | |
download | qemu-345d7053ca4a39b0496366f3c953ae2681570ce3.tar.gz qemu-345d7053ca4a39b0496366f3c953ae2681570ce3.tar.xz qemu-345d7053ca4a39b0496366f3c953ae2681570ce3.zip |
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>
Diffstat (limited to 'tests/vm/ubuntu.i386')
-rwxr-xr-x | tests/vm/ubuntu.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/ubuntu.i386 b/tests/vm/ubuntu.i386 index 5ce72610a6..47681b6f87 100755 --- a/tests/vm/ubuntu.i386 +++ b/tests/vm/ubuntu.i386 @@ -18,7 +18,7 @@ import ubuntuvm DEFAULT_CONFIG = { 'install_cmds' : "apt-get update,"\ "apt-get build-dep -y qemu,"\ - "apt-get install -y libfdt-dev language-pack-en", + "apt-get install -y libfdt-dev language-pack-en ninja-build", } class UbuntuX86VM(ubuntuvm.UbuntuVM): |