From 8627b3766b2bedde4657c7e9ddfc6f95a20e6942 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Thu, 13 Apr 2023 10:32:22 +0000 Subject: [PATCH] Update container to v22 This revision contains critcmp and cargo-audit on ARM again, after the previous revision was lacking them due to an OOM at container build time. Closes #123 Signed-off-by: Patrick Roy --- .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 a04f218..527a12a 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 = "v21" +CONTAINER_VERSION = "v22" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"