From 8ae03e5c363f1d6ece883554a69b2fd843620f4b Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Fri, 7 Mar 2025 12:13:36 +0800 Subject: [PATCH] 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 --- .buildkite/autogenerate_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/autogenerate_pipeline.py b/.buildkite/autogenerate_pipeline.py index 89d34fd..fd81224 100755 --- a/.buildkite/autogenerate_pipeline.py +++ b/.buildkite/autogenerate_pipeline.py @@ -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