]> Git Repo - qemu.git/commitdiff
scripts/ci/setup: ninja missing from build-environment
authorLucas Mateus Castro (alqotel) <[email protected]>
Thu, 29 Sep 2022 11:41:41 +0000 (12:41 +0100)
committerAlex Bennée <[email protected]>
Thu, 6 Oct 2022 10:53:20 +0000 (11:53 +0100)
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) <[email protected]>
Message-Id: <20220922135516[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Message-Id: <20220929114231[email protected]>

scripts/ci/setup/build-environment.yml

index 232525b91dba661b02a00aa82bbb6c342f1b31ca..b5acaf91187bb7360fc0d6dcca487ab8e0884155 100644 (file)
           - make
           - mesa-libEGL-devel
           - nettle-devel
+          - ninja-build
           - nmap-ncat
           - perl-Test-Harness
           - pixman-devel
This page took 0.026529 seconds and 4 git commands to generate.