aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-08-04 13:55:22 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-08-04 13:56:17 +0200
commitd9ab1f1f4d79683b2db00b0995fa65530c535972 (patch)
treef8b519285f4bc31c201a0b4ab143ed5d0a7fda3f /.gitlab-ci.d
parentb2ea6450d8e1336a33eb958ccc64604bc35a43dd (diff)
downloadqemu-d9ab1f1f4d79683b2db00b0995fa65530c535972.zip
qemu-d9ab1f1f4d79683b2db00b0995fa65530c535972.tar.gz
qemu-d9ab1f1f4d79683b2db00b0995fa65530c535972.tar.bz2
ci: install meson in CirrusCI KVM build environment
scripts/archive-source.sh needs meson in order to download the subprojects, therefore meson needs to be part of the host environment in which VM-based build jobs run. Fixes: 2019cabfee0 ("meson: subprojects: replace submodules with wrap files", 2023-06-06) Reported-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/cirrus/kvm-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/cirrus/kvm-build.yml b/.gitlab-ci.d/cirrus/kvm-build.yml
index 4334fab..a93881a 100644
--- a/.gitlab-ci.d/cirrus/kvm-build.yml
+++ b/.gitlab-ci.d/cirrus/kvm-build.yml
@@ -15,7 +15,7 @@ env:
folder: $HOME/.cache/qemu-vm
install_script:
- dnf update -y
- - dnf install -y git make openssh-clients qemu-img qemu-system-x86 wget
+ - dnf install -y git make openssh-clients qemu-img qemu-system-x86 wget meson
clone_script:
- git clone --depth 100 "$CI_REPOSITORY_URL" .
- git fetch origin "$CI_COMMIT_REF_NAME"