From af547082938b44b69b6f1bb44c1af8b405d7650c Mon Sep 17 00:00:00 2001 From: Wenyu Huang Date: Fri, 11 Jul 2025 18:36:32 +0800 Subject: [PATCH] chore: Update container version to gd59baa3 Update container version to gd59baa3 that rust version is 1.87 Signed-off-by: Wenyu Huang --- .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 0246d7b..fc55c03 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 = "g825a7ab" +CONTAINER_VERSION = "gd59baa3" # 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