From 042b2063b276a7593aeee24e8ca4f8eef2c8ac7e Mon Sep 17 00:00:00 2001 From: Dorinda Bassey Date: Tue, 21 Oct 2025 13:27:37 +0200 Subject: [PATCH] chore: Update container version to gcb2de9d Update container version to gcb2de9d which has virglrenderer updated version. Signed-off-by: Dorinda Bassey --- .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 3aba7d7..a7b4ec9 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 = "g6300e70" +CONTAINER_VERSION = "gcb2de9d" # 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