]> git.proxmox.com Git - mirror_qemu.git/commitdiff
gitlab-ci: Remove superfluous "dnf install" statement
authorThomas Huth <thuth@redhat.com>
Fri, 6 Aug 2021 14:10:14 +0000 (15:10 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 2 Sep 2021 10:29:34 +0000 (11:29 +0100)
The container already features meson and ninja, so there is no need
to try to install it with dnf again.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20210730143809.717079-3-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210806141015.2487502-4-alex.bennee@linaro.org>

.gitlab-ci.d/buildtest.yml

index f390f980449af6e0821730161cd71612340ff965..38f08452f135250fd0e6813a921a2efcc912297b 100644 (file)
@@ -590,8 +590,6 @@ build-libvhost-user:
   image: $CI_REGISTRY_IMAGE/qemu/fedora:latest
   needs:
     job: amd64-fedora-container
-  before_script:
-    - dnf install -y meson ninja-build
   script:
     - mkdir subprojects/libvhost-user/build
     - cd subprojects/libvhost-user/build