From 64ae26702d8fb7c76f9af227b824ceeb4b7991b0 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 12 Jun 2023 10:12:01 +0100 Subject: [PATCH] CI: Bump virtme snapshot version Apparently qemu upstream has deprecated -watchdog and just uses the more generic -device now. Signed-off-by: Daniel Stone --- .gitlab-ci/build-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/build-deps.sh b/.gitlab-ci/build-deps.sh index 826cd847..1f873a7b 100755 --- a/.gitlab-ci/build-deps.sh +++ b/.gitlab-ci/build-deps.sh @@ -98,7 +98,7 @@ if [[ -n "$KERNEL_DEFCONFIG" ]]; then git clone https://github.com/fooishbar/virtme cd virtme - git checkout -b snapshot 70e390c564cd09e0da287a7f2c04a6592e59e379 + git checkout -b snapshot 036fc0c8b3ee0881a035abc47ab4f152546a4408 ./setup.py install cd .. fi