From f65383cd31120c9f9faba33df213e970d1d76147 Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Tue, 4 Mar 2025 18:57:50 +0800 Subject: [PATCH] chore: Update container version to gaf9029e `libc-bin` is broken in previous images which causes problem in rust-vmm/vhost-device#820. We ended up upgrading to ubuntu 24:04 to address this. 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 99602c6..89d34fd 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 = "g538dba3" +CONTAINER_VERSION = "gaf9029e" # 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