From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web10.5950.1625452921169519900 for ; Sun, 04 Jul 2021 19:42:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=nxLMqgc+; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=08201b7fa0=nickle.wang@hpe.com) Received: from pps.filterd (m0150242.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 1652e1O3022939; Mon, 5 Jul 2021 02:41:56 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding; s=pps0720; bh=knKQpGiDA1A5VlQbqAhEF2Xxiq6RZ2Cy5pg/Ly5CRPQ=; b=nxLMqgc+ZLDovlKDUb0bUwFFwk++R7pZar1FD1GCpz1uMT33GeN59sk1/DcZ68ogPKFu 6HVyDM+EZmHtqJl6OTz1u/a83kuEq6bBNbvPOFK4zVpUx/fh0ZjkVMd4RBq7evIdv2Of 6jhR3thhIMOqE5Cicf4SwkzAf8SXEnCACJ5Tqm2ga6hJL91c4EyShzqnVtLQ2PS0S2Wo S0IpbWbYMhdum0SYG7gb3Ms+V7e5PfNXoj2YIHXXWTcZE7KSN+aA2YTE5lgwqzthgHyX g8xyIypjXlHe1adTFasLBMk9f9V7VWyvM6IudLmgP3BjmLhkUeTrrOXGclLUra29AHgA dg== Received: from g4t3426.houston.hpe.com (g4t3426.houston.hpe.com [15.241.140.75]) by mx0a-002e3701.pphosted.com with ESMTP id 39jejeb98u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 05 Jul 2021 02:41:56 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3426.houston.hpe.com (Postfix) with ESMTP id 6B40159; Mon, 5 Jul 2021 02:41:55 +0000 (UTC) Received: from WVE00YQZQF.asiapacific.hpqcorp.net (unknown [16.169.11.206]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id 2E40C45; Mon, 5 Jul 2021 02:41:54 +0000 (UTC) From: "Nickle Wang" To: devel@edk2.groups.io Cc: gaoliming@byosoft.com.cn, jian.j.wang@intel.com, hao.a.wu@intel.com, Nickle Wang Subject: [PATCH v2 2/2] MdeModulePkg: Update YAML file to fix CI error Date: Mon, 5 Jul 2021 10:41:08 +0800 Message-Id: <20210705024109.605-2-nickle.wang@hpe.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20210705024109.605-1-nickle.wang@hpe.com> References: <20210705024109.605-1-nickle.wang@hpe.com> MIME-Version: 1.0 X-Proofpoint-GUID: 5dpoHzrGXW5YBVhFkhyeBPj1PBft7_1E X-Proofpoint-ORIG-GUID: 5dpoHzrGXW5YBVhFkhyeBPj1PBft7_1E X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.790 definitions=2021-07-04_17:2021-07-02,2021-07-04 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 mlxlogscore=984 clxscore=1015 phishscore=0 mlxscore=0 spamscore=0 priorityscore=1501 lowpriorityscore=0 bulkscore=0 impostorscore=0 suspectscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104190000 definitions=main-2107050013 Content-Transfer-Encoding: quoted-printable Add OnigurumaUefiPort.h and OnigurumaUefiPort.c into ECC exception in MdeModulePkg.ci.yaml in order to fix CI error. Signed-off-by: Nickle Wang --- 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 @@ #=0D # Copyright (c) Microsoft Corporation=0D # Copyright (c) 2020, Intel Corporation. All rights reserved.
=0D +# (C) Copyright 2021 Hewlett Packard Enterprise Development LP
=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D @@ -24,7 +25,9 @@ "Library/BrotliCustomDecompressLib/brotli",=0D "Universal/RegularExpressionDxe/oniguruma",=0D "Library/LzmaCustomDecompressLib/Sdk/DOC",=0D - "Library/LzmaCustomDecompressLib/Sdk/C"=0D + "Library/LzmaCustomDecompressLib/Sdk/C",=0D + "Universal/RegularExpressionDxe/OnigurumaUefiPort.h",=0D + "Universal/RegularExpressionDxe/OnigurumaUefiPort.c"=0D ]=0D },=0D ## options defined ci/Plugin/CompilerPlugin=0D --=20 2.31.1.windows.1