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: Andrew Fish <[email protected]> Cc: Ray Ni <[email protected]> Cc: Sean Brogan <[email protected]> Cc: Bret Barkelew <[email protected]> Cc: Liming Gao <[email protected]> Cc: Michael Kubacki <[email protected]> Signed-off-by: Michael D Kinney <[email protected]> --- EmulatorPkg/EmulatorPkg.ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 97fdef17abf4..338d5fc2d381 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -22,6 +22,13 @@ ], ## Both file path and directory path are accepted. "IgnoreFiles": [ + "EmuBlockIoDxe/EmuBlockIo.c", + "EmuGopDxe/GopInput.c", + "EmuSnpDxe/EmuSnpDxe.c", + "EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c", + "FvbServicesRuntimeDxe/FWBlockService.c", + "Win/Host/WinFileSystem.c", + "Win/Host/WinInclude.h" ] }, ## options defined .pytool/Plugin/CompilerPlugin -- 2.32.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#83988): https://edk2.groups.io/g/devel/message/83988 Mute This Topic: https://groups.io/mt/87268739/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
