From c3ef8977388ccddb8c68b106737fa2c674b0d87a Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Mon, 24 Mar 2025 17:19:01 +0800 Subject: [PATCH] chore: Update container version to g492a130 We bumped our `RUST_TOOLCHAIN` from 1.83.0 to 1.85.0 in rust-vmm/rust-vmm-container#129. Update to g492a130 dev image to apply this change. 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 fd81224..6b23b95 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 = "g82bd1a3" +CONTAINER_VERSION = "g492a130" # 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