From: Thomas Huth Date: Fri, 6 Aug 2021 14:10:14 +0000 (+0100) Subject: gitlab-ci: Remove superfluous "dnf install" statement X-Git-Tag: v6.2.0-rc0~118^2~19 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d3ac658fbeb568ced3b4623f2ce4a8ee5ee5fa68;p=users%2Fdwmw2%2Fqemu.git gitlab-ci: Remove superfluous "dnf install" statement 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 Reviewed-by: Willian Rampazzo Message-Id: <20210730143809.717079-3-thuth@redhat.com> Signed-off-by: Alex Bennée Message-Id: <20210806141015.2487502-4-alex.bennee@linaro.org> --- diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index f390f98044..38f08452f1 100644 --- a/.gitlab-ci.d/buildtest.yml +++ b/.gitlab-ci.d/buildtest.yml @@ -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