From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web12.31532.1637977231866027969 for ; Fri, 26 Nov 2021 17:40:32 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([101.224.117.122]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Sat, 27 Nov 2021 09:40:30 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 101.224.117.122 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Jian J Wang'" , "'Sean Brogan'" , "'Bret Barkelew'" , "'Michael Kubacki'" References: <20211123212122.1348-1-michael.d.kinney@intel.com> <20211123212122.1348-7-michael.d.kinney@intel.com> In-Reply-To: <20211123212122.1348-7-michael.d.kinney@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIDA2LzEyXSBNZGVNb2R1bGVQa2c6IFVwZGF0ZSBZQU1MIHRvIGlnbm9yZSBzcGVjaWZpYyBFQ0MgZmlsZXMvZXJyb3Jz?= Date: Sat, 27 Nov 2021 09:40:29 +0800 Message-ID: <003d01d7e32f$c2681c90$473855b0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQEvXvo6BeX1xM8lZpxzN9oz3v0BjwI68lSDrVXJ+wA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Michael D > Kinney > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA11=D4=C224=C8=D5 5:21 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Jian J Wang ; Liming Gao > ; Sean Brogan ; > Bret Barkelew ; Michael Kubacki > > =D6=F7=CC=E2: [edk2-devel] [Patch 06/12] MdeModulePkg: Update YAML to ign= ore > specific ECC files/errors >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3749 >=20 > 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. >=20 > Cc: Jian J Wang > Cc: Liming Gao > Cc: Sean Brogan > Cc: Bret Barkelew > Cc: Liming Gao > Cc: Michael Kubacki > Signed-off-by: Michael D Kinney > --- > MdeModulePkg/MdeModulePkg.ci.yaml | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) >=20 > 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 >=20 >=20 >=20 >=20 >=20