qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/4] scripts/ci/setup: ninja missing from build-environmen


From: Lucas Mateus Martins Araujo e Castro
Subject: Re: [PATCH v2 1/4] scripts/ci/setup: ninja missing from build-environment
Date: Wed, 21 Sep 2022 09:09:29 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0



On 15/09/2022 12:54, Thomas Huth wrote:

On 14/09/2022 13.41, Lucas Mateus Castro(alqotel) wrote:
From: "Lucas Mateus Castro (alqotel)" <lucas.araujo@eldorado.org.br>

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>
---
  scripts/ci/setup/build-environment.yml | 1 +
  1 file changed, 1 insertion(+)

diff --git a/scripts/ci/setup/build-environment.yml b/scripts/ci/setup/build-environment.yml
index 232525b91d..6df3e61d94 100644
--- a/scripts/ci/setup/build-environment.yml
+++ b/scripts/ci/setup/build-environment.yml
@@ -150,6 +150,7 @@
            - libepoxy-devel
            - libgcrypt-devel
            - lzo-devel
+          - ninja-build
            - make
            - mesa-libEGL-devel
            - nettle-devel

Looks like the list used to be sorted alphabetically, so maybe you should
sort it in some lines later?
D'oh, I'll send a v3 fixing that.

And I wonder why this hasn't been noticed before ... Cleber, was this in use
after all?

  Thomas


--
Lucas Mateus M. Araujo e Castro
Instituto de Pesquisas ELDORADO
<https://www.eldorado.org.br/?utm_campaign=assinatura_de_e-mail&utm_medium=email&utm_source=RD+Station>
Departamento Computação Embarcada
Analista de Software Junior
Aviso Legal - Disclaimer <https://www.eldorado.org.br/disclaimer.html>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]