diff options
author | Nickle Wang <nickle.wang@hpe.com> | 2021-07-05 10:41:08 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-07-07 07:04:47 +0000 |
commit | 4c051c2c65a85f9c0268c5555460e2fdb8bca7a9 (patch) | |
tree | ae2613ce09134b6c75f054d8f035a2150d18a13e /MdeModulePkg | |
parent | d10e05801686e3169f8b8f532fa3087411884bc5 (diff) | |
download | edk2-4c051c2c65a85f9c0268c5555460e2fdb8bca7a9.tar.gz edk2-4c051c2c65a85f9c0268c5555460e2fdb8bca7a9.tar.bz2 edk2-4c051c2c65a85f9c0268c5555460e2fdb8bca7a9.zip |
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>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.ci.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
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.<BR>
+# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
# 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
|