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/fedora | |
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/fedora')
-rwxr-xr-x | tests/vm/fedora | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/fedora b/tests/vm/fedora index b2b478fdbc..b977efe4a2 100755 --- a/tests/vm/fedora +++ b/tests/vm/fedora @@ -32,7 +32,7 @@ class FedoraVM(basevm.BaseVM): pkgs = [ # tools 'git-core', - 'gcc', 'binutils', 'make', + 'gcc', 'binutils', 'make', 'ninja-build', # perl 'perl-Test-Harness', |