Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Michael D > Kinney > 发送时间: 2021年11月24日 5:21 > 收件人: devel@edk2.groups.io > 抄送: Jian J Wang <jian.j.w...@intel.com>; Liming Gao > <gaolim...@byosoft.com.cn>; Sean Brogan <sean.bro...@microsoft.com>; > Bret Barkelew <bret.barke...@microsoft.com>; Michael Kubacki > <michael.kuba...@microsoft.com> > 主题: [edk2-devel] [Patch 06/12] MdeModulePkg: Update YAML to ignore > specific ECC files/errors > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3749 > > Update package YAML files to ignore ECC errors that are > already present. These issues must be fixed in the future, > but should not block source code changes for these known > issues. > > Cc: Jian J Wang <jian.j.w...@intel.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Sean Brogan <sean.bro...@microsoft.com> > Cc: Bret Barkelew <bret.barke...@microsoft.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Michael Kubacki <michael.kuba...@microsoft.com> > Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com> > --- > MdeModulePkg/MdeModulePkg.ci.yaml | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > > diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml > b/MdeModulePkg/MdeModulePkg.ci.yaml > index b8d15a3e952e..f69989087b4c 100644 > --- a/MdeModulePkg/MdeModulePkg.ci.yaml > +++ b/MdeModulePkg/MdeModulePkg.ci.yaml > @@ -23,12 +23,9 @@ > ], > ## Both file path and directory path are accepted. > "IgnoreFiles": [ > - "Library/BrotliCustomDecompressLib/brotli", > - "Universal/RegularExpressionDxe/oniguruma", > - "Library/LzmaCustomDecompressLib/Sdk/DOC", > - "Library/LzmaCustomDecompressLib/Sdk/C", > - "Universal/RegularExpressionDxe/OnigurumaUefiPort.h", > - "Universal/RegularExpressionDxe/OnigurumaUefiPort.c" > + "Library/LzmaCustomDecompressLib", > + "Library/BrotliCustomDecompressLib", > + "Universal/RegularExpressionDxe" > ] > }, > ## options defined ci/Plugin/CompilerPlugin > -- > 2.32.0.windows.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#84107): https://edk2.groups.io/g/devel/message/84107 Mute This Topic: https://groups.io/mt/87331050/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-