rust-vmm / mshv

Crates for Microsoft Hypervisor ioctls and bindings
Apache License 2.0
29 stars 12 forks source link

Build Cloud-hypervisor on every PR #146

Closed russell-islam closed 4 months ago

russell-islam commented 4 months ago

Summary of the PR

Please summarize here why the changes in this PR are needed.

Requirements

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

liuw commented 4 months ago

Are we ready to make stability commitments?

Can we also build vfio crates?

russell-islam commented 4 months ago

Are we ready to make stability commitments?

Can we also build vfio crates?

I did not think about stability commitment but we need to build CLH for mshv chnages as I found many times clh build breaks. We can always disable this action if needed.

I can add vfio in another pr.