ci: always invoke meson through pyvenv
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>
This commit is contained in:
parent
05bad41ba9
commit
cf4344639b
@ -66,7 +66,7 @@
|
|||||||
- source scripts/ci/gitlab-ci-section
|
- source scripts/ci/gitlab-ci-section
|
||||||
- section_start buildenv "Setting up to run tests"
|
- section_start buildenv "Setting up to run tests"
|
||||||
- scripts/git-submodule.sh update roms/SLOF
|
- 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
|
- cd build
|
||||||
- find . -type f -exec touch {} +
|
- find . -type f -exec touch {} +
|
||||||
# Avoid recompiling by hiding ninja with NINJA=":"
|
# Avoid recompiling by hiding ninja with NINJA=":"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user