Selaa lähdekoodia

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>
Chao Li 1 vuosi sitten
vanhempi
commit
620cddb1e0
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      MdePkg/MdePkg.ci.yaml

+ 2 - 0
MdePkg/MdePkg.ci.yaml

@@ -4,6 +4,7 @@
 # Copyright (c) Microsoft Corporation
 # Copyright (c) 2020, Intel Corporation. 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
 ##
 {
@@ -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",