]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: Update YAML to ignore specific ECC files/errors
authorMichael D Kinney <michael.d.kinney@intel.com>
Wed, 17 Nov 2021 17:18:53 +0000 (09:18 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 30 Nov 2021 14:19:07 +0000 (14:19 +0000)
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: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
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>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
ArmPkg/ArmPkg.ci.yaml

index a0d6a75fe881fea4ba92be9c5079179c157a9fc1..b7e07aaef675433b09bfb9ccd4cff1e51f2bd955 100644 (file)
         ],\r
         ## Both file path and directory path are accepted.\r
         "IgnoreFiles": [\r
-            "Library/ArmSoftFloatLib/berkeley-softfloat-3"\r
+            "Library/ArmSoftFloatLib/berkeley-softfloat-3",\r
+            "Library/ArmSoftFloatLib/ArmSoftFloatLib.c",\r
+            "Library/CompilerIntrinsicsLib",\r
+            "Universal/Smbios/SmbiosMiscDxe"\r
         ]\r
     },\r
 \r