Skip to content

Commit

Permalink
update container version to v37
Browse files Browse the repository at this point in the history
This version includes vhost-device-gpu dependencies
which is required for vhost-device-gpu crate
more info about the crate can be found here:
rust-vmm/vhost-device#668
link to the PR that adds these dependencies
where the tag is generated can be found here:
rust-vmm/rust-vmm-container#107

Signed-off-by: Dorinda Bassey <[email protected]>
  • Loading branch information
Dorinda Bassey authored and roypat committed Aug 5, 2024
1 parent 9f641f2 commit cec97d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/autogenerate_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

# This represents the version of the rust-vmm-container used
# for running the tests.
CONTAINER_VERSION = "v35"
CONTAINER_VERSION = "v37"
# This represents the version of the Buildkite Docker plugin.
DOCKER_PLUGIN_VERSION = "v5.3.0"

Expand Down

0 comments on commit cec97d9

Please sign in to comment.