]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
ci: always invoke meson through pyvenv
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Oct 2024 14:09:52 +0000 (15:09 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Oct 2024 17:28:33 +0000 (18:28 +0100)
Do not assume that the distro-installed meson is compatible with the one
in the virtual environment.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
.gitlab-ci.d/buildtest-template.yml

index 8c69c60d2152a7dcbe8de3d303c71ea9dfa21065..39da7698b095d5712b524eab382808854f2f96cd 100644 (file)
@@ -66,7 +66,7 @@
     - source scripts/ci/gitlab-ci-section
     - section_start buildenv "Setting up to run tests"
     - scripts/git-submodule.sh update roms/SLOF
-    - meson subprojects download $(cd build/subprojects && echo *)
+    - build/pyvenv/bin/meson subprojects download $(cd build/subprojects && echo *)
     - cd build
     - find . -type f -exec touch {} +
     # Avoid recompiling by hiding ninja with NINJA=":"