From: Lucas Mateus Castro (alqotel) Date: Thu, 29 Sep 2022 11:41:41 +0000 (+0100) Subject: scripts/ci/setup: ninja missing from build-environment X-Git-Tag: qemu-xen-4.18.0-rc5~504^2~51 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0f900baec7680fb9b50fbd23eab44c897ed3ea2c;p=qemu-xen.git scripts/ci/setup: ninja missing from build-environment ninja-build is missing from the RHEL environment, so a system prepared with that script would still fail to compile QEMU. Tested on a Fedora 36 Signed-off-by: Lucas Mateus Castro (alqotel) Message-Id: <20220922135516.33627-2-lucas.araujo@eldorado.org.br> Signed-off-by: Alex Bennée Message-Id: <20220929114231.583801-2-alex.bennee@linaro.org> --- diff --git a/scripts/ci/setup/build-environment.yml b/scripts/ci/setup/build-environment.yml index 232525b91d..b5acaf9118 100644 --- a/scripts/ci/setup/build-environment.yml +++ b/scripts/ci/setup/build-environment.yml @@ -153,6 +153,7 @@ - make - mesa-libEGL-devel - nettle-devel + - ninja-build - nmap-ncat - perl-Test-Harness - pixman-devel