diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2021-11-23 12:59:07 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-11-30 14:19:07 +0000 |
commit | d7d30e8f219f8e21654e6f6f57485d1030adb53d (patch) | |
tree | f3d3ffd87c5b41cc661fe8b2a42982a461365970 /EmulatorPkg | |
parent | d5744ecba813b27d51f8eeb232e34e13da781c6b (diff) | |
download | edk2-d7d30e8f219f8e21654e6f6f57485d1030adb53d.tar.gz edk2-d7d30e8f219f8e21654e6f6f57485d1030adb53d.tar.bz2 edk2-d7d30e8f219f8e21654e6f6f57485d1030adb53d.zip |
EmulatorPkg: 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: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.ci.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 97fdef17ab..338d5fc2d3 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
|