From b4bb7687a11bc6bdb07a37b71d2795b9fe77863f Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Thu, 23 Oct 2025 08:23:18 +0200 Subject: [PATCH] chore: bump container version pick up the toolchain update 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 a7b4ec9..89c2af3 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 = "gcb2de9d" +CONTAINER_VERSION = "gcb2ba77" # 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