mirror of https://github.com/acidanthera/audk.git
OvmfPkg/PlatformCI: Disable DebugMacroCheck
Disables the DebugMacroCheck CI plugin to reduce CI checks performed in the package. 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: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
This commit is contained in:
parent
8803033c0c
commit
97d367f37e
|
@ -170,6 +170,7 @@ class PlatformBuilder( UefiBuilder, BuildSettingsManager):
|
|||
self.env.SetValue("PRODUCT_NAME", "OVMF", "Platform Hardcoded")
|
||||
self.env.SetValue("MAKE_STARTUP_NSH", "FALSE", "Default to false")
|
||||
self.env.SetValue("QEMU_HEADLESS", "FALSE", "Default to false")
|
||||
self.env.SetValue("DISABLE_DEBUG_MACRO_CHECK", "TRUE", "Disable by default")
|
||||
return 0
|
||||
|
||||
def PlatformPreBuild(self):
|
||||
|
|
Loading…
Reference in New Issue