Skip to content

Commit

Permalink
update container version to v31
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ShadowCurse authored and JonathanWoollett-Light committed Jan 3, 2024
1 parent 0100de0 commit cd1e502
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 = "v30"
CONTAINER_VERSION = "v31"
# This represents the version of the Buildkite Docker plugin.
DOCKER_PLUGIN_VERSION = "v5.3.0"

Expand Down

0 comments on commit cd1e502

Please sign in to comment.