Soon, qemu.qmp will not be included in the qemu.git tree and so invoking the meson target for preparing the "checktests" mkvenv group will be necessary for this test to run successfully. Doing it now in its own patch separates this change from the big switcheroo patch.
Signed-off-by: John Snow <[email protected]> --- .gitlab-ci.d/buildtest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index c3a9e8428c2..97bddbffb40 100644 --- a/.gitlab-ci.d/buildtest.yml +++ b/.gitlab-ci.d/buildtest.yml @@ -348,6 +348,7 @@ build-tcg-disabled: --disable-docs --disable-sdl --disable-gtk --disable-vnc || { cat config.log meson-logs/meson-log.txt && exit 1; } - make -j"$JOBS" + - make check-venv - make check-unit - make check-qapi-schema - cd tests/qemu-iotests/ -- 2.51.1
