Skip to content

Commit 49eed8e

Browse files
committed
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>
1 parent f65383c commit 49eed8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/autogenerate_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# This represents the version of the rust-vmm-container used
6262
# for running the tests.
63-
CONTAINER_VERSION = "gaf9029e"
63+
CONTAINER_VERSION = "g82bd1a3"
6464
# The suffix suggests that the dev image with `v{N}-riscv` tag is not to be
6565
# confused with real `riscv64` image (it's actually a `x86_64` image with
6666
# `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines

0 commit comments

Comments
 (0)