mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
chore: Update container version to g82bd1a3
We are missing `rsync` for `seccompiler`. And after bumping to ubuntu:24.04, some dependencies required by `vhost-devices` could be installed from ubuntu sources, so @stefano-garzarella reworked the preparation of `vhost-devices` dependencies in rust-vmm/rust-vmm-container#128. Update to g82bd1a3 dev image to apply the changes. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
committed by
Stefano Garzarella
parent
f65383cd31
commit
8ae03e5c36
@@ -60,7 +60,7 @@ from textwrap import dedent
|
||||
|
||||
# This represents the version of the rust-vmm-container used
|
||||
# for running the tests.
|
||||
CONTAINER_VERSION = "gaf9029e"
|
||||
CONTAINER_VERSION = "g82bd1a3"
|
||||
# The suffix suggests that the dev image with `v{N}-riscv` tag is not to be
|
||||
# confused with real `riscv64` image (it's actually a `x86_64` image with
|
||||
# `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines
|
||||
|
||||
Reference in New Issue
Block a user