The device crash tests aren't expressed in the meson dependency system, so we manually install the necessary test dependencies here.
Signed-off-by: John Snow <[email protected]> --- .gitlab-ci.d/buildtest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index 97bddbffb40..92ed0369302 100644 --- a/.gitlab-ci.d/buildtest.yml +++ b/.gitlab-ci.d/buildtest.yml @@ -99,9 +99,9 @@ crash-test-debian: artifacts: true variables: IMAGE: debian + SETUP_CHECK_VENV: 1 script: - cd build - - make NINJA=":" check-venv - pyvenv/bin/python3 scripts/device-crash-test -q --tcg-only ./qemu-system-i386 build-system-fedora: @@ -156,9 +156,9 @@ crash-test-fedora: artifacts: true variables: IMAGE: fedora + SETUP_CHECK_VENV: 1 script: - cd build - - make NINJA=":" check-venv - pyvenv/bin/python3 scripts/device-crash-test -q ./qemu-system-ppc - pyvenv/bin/python3 scripts/device-crash-test -q ./qemu-system-riscv32 -- 2.51.1
