From 4c051c2c65a85f9c0268c5555460e2fdb8bca7a9 Mon Sep 17 00:00:00 2001 From: Nickle Wang Date: Mon, 5 Jul 2021 10:41:08 +0800 Subject: 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 Reviewed-by: Liming Gao --- MdeModulePkg/MdeModulePkg.ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index 4c71468bd3..8e01caf94c 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -3,6 +3,7 @@ # # Copyright (c) Microsoft Corporation # Copyright (c) 2020, Intel Corporation. All rights reserved.
+# (C) Copyright 2021 Hewlett Packard Enterprise Development LP
# SPDX-License-Identifier: BSD-2-Clause-Patent ## { @@ -24,7 +25,9 @@ "Library/BrotliCustomDecompressLib/brotli", "Universal/RegularExpressionDxe/oniguruma", "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 -- cgit v1.2.3