mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
github: also build mshv enabled binaries
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
9c5b404415
commit
4737679661
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -39,6 +39,12 @@ jobs:
|
||||
|
||||
- name: Build (kvm)
|
||||
run: cargo rustc --bin cloud-hypervisor --no-default-features --features "kvm" -- -D warnings
|
||||
|
||||
- name: Build (acpi,mshv)
|
||||
run: cargo rustc --bin cloud-hypervisor --no-default-features --features "acpi,mshv" -- -D warnings
|
||||
|
||||
- name: Build (mshv)
|
||||
run: cargo rustc --bin cloud-hypervisor --no-default-features --features "mshv" -- -D warnings
|
||||
|
||||
- name: Release Build (default features)
|
||||
run: cargo build --all --release --target=${{ matrix.target }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user