OvmfPkg: Add CloudHvX64 to the CI
Adding the newly created target for Cloud Hypervisor to the CI, validating it can be properly built. Acked-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Jiewen Yao <Jiewen.yao@intel.com> Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
b66056ef21
commit
5302bd81d9
@@ -133,6 +133,15 @@ jobs:
|
||||
Run.Flags: "QEMU_SKIP=TRUE"
|
||||
Run: $(should_run)
|
||||
|
||||
CLOUDHV_X64_DEBUG:
|
||||
Build.File: "$(package)/PlatformCI/CloudHvBuild.py"
|
||||
Build.Arch: "X64"
|
||||
Build.Flags: ""
|
||||
Build.Target: "DEBUG"
|
||||
# this build is for cloud-hypervisor not qemu-kvm
|
||||
Run.Flags: "QEMU_SKIP=TRUE"
|
||||
Run: $(should_run)
|
||||
|
||||
MICROVM_X64_DEBUG:
|
||||
Build.File: "$(package)/PlatformCI/MicrovmBuild.py"
|
||||
Build.Arch: "X64"
|
||||
|
Reference in New Issue
Block a user