From 7ffe41abf04c2d1c2a038c49f8bd6e01c583dcba Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Tue, 4 Apr 2023 04:40:46 +0530 Subject: [PATCH] update to container v21 That updates to a newer version of Rust, 1.68.2, and adds back libclang-dev package which is required by vhost-device/gpio crates. An earlier version, v20, is skipped here as we missed updating rust-vmm-ci along with it. v20 updated documentation and triggered builds for changes in build_container.sh. Signed-off-by: Viresh Kumar --- .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 4c4dbcd..a04f218 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 = "v19" +CONTAINER_VERSION = "v21" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"