From 365dced2c37a55914d2e8e57b39288369c94e949 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Wed, 17 Nov 2021 09:18:53 -0800 Subject: [PATCH] ArmPkg: 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: Leif Lindholm Cc: Ard Biesheuvel Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Cc: Michael Kubacki Signed-off-by: Michael D Kinney Acked-by: Ard Biesheuvel Reviewed-by: Sami Mujawar Reviewed-by: Leif Lindholm --- ArmPkg/ArmPkg.ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml index a0d6a75fe8..b7e07aaef6 100644 --- a/ArmPkg/ArmPkg.ci.yaml +++ b/ArmPkg/ArmPkg.ci.yaml @@ -19,7 +19,10 @@ ], ## Both file path and directory path are accepted. "IgnoreFiles": [ - "Library/ArmSoftFloatLib/berkeley-softfloat-3" + "Library/ArmSoftFloatLib/berkeley-softfloat-3", + "Library/ArmSoftFloatLib/ArmSoftFloatLib.c", + "Library/CompilerIntrinsicsLib", + "Universal/Smbios/SmbiosMiscDxe" ] }, -- 2.39.2