From cd1e502a6e271942ff7c0a128704f67c6d3cdab7 Mon Sep 17 00:00:00 2001 From: Egor Lazarchuk Date: Wed, 3 Jan 2024 10:13:06 +0000 Subject: [PATCH] update container version to v31 This version adds musl-tools package which is required for rust-vmm/vhost#218 to compile userfaultfd crate for musl target. Signed-off-by: Egor Lazarchuk --- .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 c8100b4..2e4e16e 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 = "v30" +CONTAINER_VERSION = "v31" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"