-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump rust-vmm-ci manually to use rustvmm/dev:v28 #493
Conversation
@dorindabassey @epilys @MatiasVara CI now partially covers
Can you take a look? |
I see various different errors:
|
I'm looking into this |
d5542d6
to
49f8610
Compare
These are still open
This was fixed by #495 (thanks @dorindabassey) |
49f8610
to
e97a18e
Compare
It looks like we introduced a little issue in the tests with #487 : https://buildkite.com/rust-vmm/vhost-device-ci/builds/1842#018b6131-868d-4f04-a3bb-c7f78243fb78 @epilys can you take a look? |
@stefano-garzarella pushed a fix in a PR |
This new version contains alsa and pipewire libraries to build vhost-device-sound audio backends. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
fd0cb57
to
048df3a
Compare
Rebased, since #496 is now merged. |
Since 3 people have reviewed it already (two non-owners), I am going to force push it anyway. |
@epilys do you know how to fix this? After merging rust-vmm/rust-vmm-container#92 that should be the only thing left to have the CI all green in |
@stefano-garzarella Looking into it now, hopefully it will only need some debian packages... |
Setting
|
Nope :-(
Strange. What about moving this discussion to a new issue? |
Tracked here rust-vmm/rust-vmm-ci#146 |
Summary of the PR
This new version contains alsa and pipewire libraries to build vhost-device-sound audio backends.
Requirements
Before submitting your PR, please make sure you addressed the following
requirements:
git commit -s
), and the commitmessage has max 60 characters for the summary and max 75 characters for each
description line.
test.
Release" section of CHANGELOG.md (if no such section exists, please create one).
unsafe
code is properly documented.