OvmfPkg/PlatformCI: Add CI coverage for RiscVVirtQemu

Add support for building RiscVVirtQemu platform in CI.

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Sunil V L
2023-03-15 12:47:29 +05:30
committed by mergify[bot]
parent 961792c9d6
commit 7cfe9048e3
2 changed files with 46 additions and 0 deletions

View File

@@ -174,6 +174,15 @@ jobs:
Run.Flags: "QEMU_SKIP=TRUE"
Run: $(should_run)
QEMU_RISCV64_DEBUG:
Build.File: "$(package)/PlatformCI/QemuBuild.py"
Build.Arch: "RISCV64"
Build.Flags: ""
Build.Target: "DEBUG"
# this build is for RISC-V qemu virt not qemu-kvm
Run.Flags: "QEMU_SKIP=TRUE"
Run: $(should_run)
workspace:
clean: all