mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
build: Add GitHub action to build test guest_debug feature
Add guest_debug feature test for github workflows. Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
This commit is contained in:
parent
fd41892065
commit
6ab93a08ec
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -53,6 +53,9 @@ jobs:
|
||||
- name: Build (default features + gdb)
|
||||
run: cargo rustc --locked --bin cloud-hypervisor --features "gdb" -- -D warnings
|
||||
|
||||
- name: Build (default features + guest_debug)
|
||||
run: cargo rustc --locked --bin cloud-hypervisor --features "guest_debug" -- -D warnings
|
||||
|
||||
- name: Build (common + mshv)
|
||||
run: cargo rustc --locked --bin cloud-hypervisor --no-default-features --features "common,mshv" -- -D warnings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user