From 9f641f269b987aeec4a771f459f6d2af28cf7288 Mon Sep 17 00:00:00 2001 From: Dorinda Bassey Date: Wed, 24 Jul 2024 10:23:42 +0200 Subject: [PATCH] update container version to v35 This version includes libepoxy dependencies which is required for vhost-device-gpu crate more info about the crate can be found here: rust-vmm/vhost-device#668 link to the container PR that adds libepoxy where the tag is generated can be found here: rust-vmm/rust-vmm-container#103 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 5c353c6..51b820f 100755 --- a/.buildkite/autogenerate_pipeline.py +++ b/.buildkite/autogenerate_pipeline.py @@ -60,7 +60,7 @@ # This represents the version of the rust-vmm-container used # for running the tests. -CONTAINER_VERSION = "v34" +CONTAINER_VERSION = "v35" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"