summaryrefslogtreecommitdiffstats
path: root/tests/vm/ubuntu.i386
diff options
context:
space:
mode:
authorPaolo Bonzini2020-08-13 15:58:50 +0200
committerPaolo Bonzini2020-10-17 16:45:50 +0200
commit345d7053ca4a39b0496366f3c953ae2681570ce3 (patch)
treeadeab660efd170ad90e2ece34053abaa5acf6669 /tests/vm/ubuntu.i386
parentdockerfiles: enable Centos 8 PowerTools (diff)
downloadqemu-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-xtests/vm/ubuntu.i3862
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):