mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: CI YAML: Added new GUID to ignore duplicate list
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3629 SMM Communication PPI GUID from MdeModulePkg is defined the same as MM Communication PPI GUID from MdePkg, according to PI Spec v1.5 and onward. After introduction of MM Communication PPI definitions, an update in the ignore duplicate list is needed to avoid breaking CI build. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Kun Qin <kuqin12@gmail.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
parent
8b4bb94f64
commit
9e950cda6a
|
@ -84,6 +84,7 @@
|
|||
"IgnoreDuplicates": [
|
||||
"gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid",
|
||||
"gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid",
|
||||
"gEfiPeiMmCommunicationPpiGuid=gEfiPeiSmmCommunicationPpiGuid",
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue