diff options
author | Lucas Mateus Castro (alqotel) | 2022-09-29 13:41:41 +0200 |
---|---|---|
committer | Alex Bennée | 2022-10-06 12:53:20 +0200 |
commit | 0f900baec7680fb9b50fbd23eab44c897ed3ea2c (patch) | |
tree | 109a5a0ff3ef94a2a00aac092ace02b8028a55ce /scripts | |
parent | Merge tag 'pull-hex-20221003' of https://github.com/quic/qemu into staging (diff) | |
download | qemu-0f900baec7680fb9b50fbd23eab44c897ed3ea2c.tar.gz qemu-0f900baec7680fb9b50fbd23eab44c897ed3ea2c.tar.xz qemu-0f900baec7680fb9b50fbd23eab44c897ed3ea2c.zip |
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) <lucas.araujo@eldorado.org.br>
Message-Id: <20220922135516.33627-2-lucas.araujo@eldorado.org.br>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220929114231.583801-2-alex.bennee@linaro.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ci/setup/build-environment.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |