From d5744ecba813b27d51f8eeb232e34e13da781c6b Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 23 Nov 2021 12:58:22 -0800 Subject: CryptoPkg: 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: Jiewen Yao Cc: Jian J Wang Cc: Xiaoyu Lu Cc: Guomin Jiang Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Cc: Michael Kubacki Signed-off-by: Michael D Kinney Reviewed-by: Jian J Wang Reviewed-by: Jiewen Yao --- CryptoPkg/CryptoPkg.ci.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'CryptoPkg/CryptoPkg.ci.yaml') diff --git a/CryptoPkg/CryptoPkg.ci.yaml b/CryptoPkg/CryptoPkg.ci.yaml index 1448299073..eeb388ae71 100644 --- a/CryptoPkg/CryptoPkg.ci.yaml +++ b/CryptoPkg/CryptoPkg.ci.yaml @@ -19,6 +19,9 @@ ## "", "" ## ] "ExceptionList": [ + "8001", "IsLeap", + "8001", "OBJ_get0_data", + "8001", "OBJ_length" ], ## Both file path and directory path are accepted. "IgnoreFiles": [ @@ -26,14 +29,15 @@ # The unit testing folder is not to be checked "Test/UnitTest", # This has OpenSSL interfaces that aren't UEFI spec compliant - "Library/BaseCryptLib/SysCall/UnitTestHostCrtWrapper.c", + "Library/BaseCryptLib/SysCall", # This has OpenSSL interfaces that aren't UEFI spec compliant "Library/OpensslLib/rand_pool.c", # This has OpenSSL interfaces that aren't UEFI spec compliant "Library/Include/CrtLibSupport.h", # These directories contain auto-generated OpenSSL content - "Library/OpensslLib/X64", - "Library/OpensslLib/X64Gcc" + "Library/OpensslLib", + "Library/IntrinsicLib", + "Library/BaseCryptLib/Pk/CryptPkcs7VerifyBase.c" ] }, "CompilerPlugin": { -- cgit v1.2.3