mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
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 <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>
This commit is contained in:
parent
c59230bce1
commit
620cddb1e0
@ -4,6 +4,7 @@
|
|||||||
# Copyright (c) Microsoft Corporation
|
# Copyright (c) Microsoft Corporation
|
||||||
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
||||||
# Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
|
# Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
|
||||||
|
# Copyright (c) 2023, Loongson Technology Corporation Limited. All rights reserved.<BR>
|
||||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
##
|
##
|
||||||
{
|
{
|
||||||
@ -58,6 +59,7 @@
|
|||||||
## Both file path and directory path are accepted.
|
## Both file path and directory path are accepted.
|
||||||
"IgnoreFiles": [
|
"IgnoreFiles": [
|
||||||
"Include/IndustryStandard/Acpi64.h",
|
"Include/IndustryStandard/Acpi64.h",
|
||||||
|
"Include/IndustryStandard/Acpi65.h",
|
||||||
"Include/IndustryStandard/Tpm12.h",
|
"Include/IndustryStandard/Tpm12.h",
|
||||||
"Include/IndustryStandard/Tpm20.h",
|
"Include/IndustryStandard/Tpm20.h",
|
||||||
"Include/IndustryStandard/IoRemappingTable.h",
|
"Include/IndustryStandard/IoRemappingTable.h",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user