From d82716692fee4187f53f8d2c5ff20e69e1cf370d Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Tue, 30 Sep 2025 09:00:05 +0100 Subject: [PATCH] chore: bump container version pick up container that has cargo-all-features installed. Signed-off-by: Patrick Roy --- .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 0af68a5..331bd23 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 = "gf26de2f" +CONTAINER_VERSION = "g5447a4e" # 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