]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Add Acpi65.h to IgnoreFiles area
authorChao Li <lichao@loongson.cn>
Sun, 29 Jan 2023 10:04:11 +0000 (18:04 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 31 Jan 2023 02:27:58 +0000 (02:27 +0000)
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 <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Chao Li <lichao@loongson.cn>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdePkg/MdePkg.ci.yaml

index 19bc0138cb76b46273833547da45706fedbafbc8..6ba85ebe6186f87f5873c304557cc18f1b3ce24b 100644 (file)
@@ -4,6 +4,7 @@
 # Copyright (c) Microsoft Corporation\r
 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
 # Copyright (c) 2021, Arm Limited. All rights reserved.<BR>\r
+# Copyright (c) 2023, Loongson Technology Corporation Limited. All rights reserved.<BR>\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 {\r
@@ -58,6 +59,7 @@
         ## Both file path and directory path are accepted.\r
         "IgnoreFiles": [\r
             "Include/IndustryStandard/Acpi64.h",\r
+            "Include/IndustryStandard/Acpi65.h",\r
             "Include/IndustryStandard/Tpm12.h",\r
             "Include/IndustryStandard/Tpm20.h",\r
             "Include/IndustryStandard/IoRemappingTable.h",\r