diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-13 09:58:50 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-17 10:45:50 -0400 |
commit | 345d7053ca4a39b0496366f3c953ae2681570ce3 (patch) | |
tree | adeab660efd170ad90e2ece34053abaa5acf6669 /tests/vm/centos.aarch64 | |
parent | f2f984a3b3bc8322df2efa3937bf11e8ea2bcaa5 (diff) |
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/centos.aarch64')
-rwxr-xr-x | tests/vm/centos.aarch64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/centos.aarch64 b/tests/vm/centos.aarch64 index d5232ecdb8..e687b93e52 100755 --- a/tests/vm/centos.aarch64 +++ b/tests/vm/centos.aarch64 @@ -23,7 +23,7 @@ import aarch64vm DEFAULT_CONFIG = { 'cpu' : "max", 'machine' : "virt,gic-version=max", - 'install_cmds' : "yum install -y make git python3 gcc gcc-c++ flex bison, "\ + 'install_cmds' : "yum install -y make ninja-build git python3 gcc gcc-c++ flex bison, "\ "yum install -y glib2-devel pixman-devel zlib-devel, "\ "yum install -y perl-Test-Harness, "\ "alternatives --set python /usr/bin/python3, "\ |