mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Add amx workflows
With the addition of the amx feature, add a new build workflow to enable the feature and a clippy quality check. Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
committed by
William Douglas
parent
6b0df31e5d
commit
c8d07f66d1
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -52,7 +52,10 @@ jobs:
|
||||
|
||||
- name: Build (mshv)
|
||||
run: cargo rustc --bin cloud-hypervisor --no-default-features --features "mshv" -- -D warnings
|
||||
|
||||
|
||||
- name: Build (default + amx)
|
||||
run: cargo rustc --bin cloud-hypervisor --features "amx" -- -D warnings
|
||||
|
||||
- name: Release Build (default features)
|
||||
run: cargo build --all --release --target=${{ matrix.target }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user