rust-vmm / rust-vmm-container

Container with all dependencies required for running rust-vmm crates integration tests.
Apache License 2.0
65 stars 32 forks source link

Build and install additional packages for rutabaga_gfx #110

Closed dorindabassey closed 1 month ago

dorindabassey commented 1 month ago

Summary of the PR

The vhost-device-gpu crate linked here https://github.com/rust-vmm/vhost-device/pull/668 contains rutabaga_gfx and needs some packages and virglrenderer greater that 1.0.0 which is not available in the used ubuntu image, so install the neccessary packages that are available in ubuntu's repositories and for unavailable packages build and install it manually.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

stefano-garzarella commented 1 month ago

IIUC this contains also the patch of #109 , please can you rebase on main? I'd like to merge that patch with the right PR.

dorindabassey commented 1 month ago

IIUC this contains also the patch of #109 , please can you rebase on main? I'd like to merge that patch with the right PR.

ok done. Thanks!