From 0100de0f57ec8d9f55141b43b7332a5d7f357496 Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Wed, 15 Nov 2023 16:03:10 +0100 Subject: [PATCH] update container version to v30 This version adds the necessary Rust targets to run tests for no-std crates. Signed-off-by: Andreea Florescu --- .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 fae7db1..c8100b4 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 = "v29" +CONTAINER_VERSION = "v30" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"