CI: Bump virtme snapshot version

Apparently qemu upstream has deprecated -watchdog and just uses the more
generic -device now.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone 2023-06-12 10:12:01 +01:00
parent c2d5199937
commit 64ae26702d
1 changed files with 1 additions and 1 deletions

View File

@ -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