mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
update to container v19
There should be no changes required in the crates. The only difference is in the libgpio library, as we're using a release and not a certain commit on the main branch. This is the first container built with the automation, and in the process we had to do some significant cleanup to remove things that were not needed. Hopefully this will not trigger any errors in the CIs. Signed-off-by: Andreea Florescu <fandree@amazon.com>
This commit is contained in:
committed by
Jiang Liu
parent
c2f8c93e37
commit
3f9869f285
@@ -60,7 +60,7 @@ from textwrap import dedent
|
||||
|
||||
# This represents the version of the rust-vmm-container used
|
||||
# for running the tests.
|
||||
CONTAINER_VERSION = "v18"
|
||||
CONTAINER_VERSION = "v19"
|
||||
# This represents the version of the Buildkite Docker plugin.
|
||||
DOCKER_PLUGIN_VERSION = "v5.3.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user