From 620cddb1e0e92e16407d4f2354cf85f49b7306c7 Mon Sep 17 00:00:00 2001 From: Chao Li Date: Sun, 29 Jan 2023 18:04:11 +0800 Subject: [PATCH] MdePkg: Add Acpi65.h to IgnoreFiles area Acpi65.h will causes ECC errors when CI uses Ubuntu GCC5 PR, add it to MdePkg.ci.yaml in "IgnreFiles" area to fix the ECC errors. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4306 Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Signed-off-by: Chao Li Reviewed-by: Liming Gao --- MdePkg/MdePkg.ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml index 19bc0138cb..6ba85ebe61 100644 --- a/MdePkg/MdePkg.ci.yaml +++ b/MdePkg/MdePkg.ci.yaml @@ -4,6 +4,7 @@ # Copyright (c) Microsoft Corporation # Copyright (c) 2020, Intel Corporation. All rights reserved.
# Copyright (c) 2021, Arm Limited. All rights reserved.
+# Copyright (c) 2023, Loongson Technology Corporation Limited. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent ## { @@ -58,6 +59,7 @@ ## Both file path and directory path are accepted. "IgnoreFiles": [ "Include/IndustryStandard/Acpi64.h", + "Include/IndustryStandard/Acpi65.h", "Include/IndustryStandard/Tpm12.h", "Include/IndustryStandard/Tpm20.h", "Include/IndustryStandard/IoRemappingTable.h",