MdeModulePkg: Update YAML file to fix CI error

Add OnigurumaUefiPort.h and OnigurumaUefiPort.c into ECC exception in
MdeModulePkg.ci.yaml in order to fix CI error.

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
Nickle Wang 2021-07-05 10:41:08 +08:00 committed by mergify[bot]
parent d10e058016
commit 4c051c2c65
1 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,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>
# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent # SPDX-License-Identifier: BSD-2-Clause-Patent
## ##
{ {
@ -24,7 +25,9 @@
"Library/BrotliCustomDecompressLib/brotli", "Library/BrotliCustomDecompressLib/brotli",
"Universal/RegularExpressionDxe/oniguruma", "Universal/RegularExpressionDxe/oniguruma",
"Library/LzmaCustomDecompressLib/Sdk/DOC", "Library/LzmaCustomDecompressLib/Sdk/DOC",
"Library/LzmaCustomDecompressLib/Sdk/C" "Library/LzmaCustomDecompressLib/Sdk/C",
"Universal/RegularExpressionDxe/OnigurumaUefiPort.h",
"Universal/RegularExpressionDxe/OnigurumaUefiPort.c"
] ]
}, },
## options defined ci/Plugin/CompilerPlugin ## options defined ci/Plugin/CompilerPlugin