From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web12.4993.1586505080191335368 for ; Fri, 10 Apr 2020 00:51:20 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=036964ab29=abner.chang@hpe.com) Received: from pps.filterd (m0150244.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 03A7mXg8019572; Fri, 10 Apr 2020 07:51:19 GMT Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) by mx0b-002e3701.pphosted.com with ESMTP id 30a6axnbgk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 10 Apr 2020 07:51:19 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id C2108B4; Fri, 10 Apr 2020 07:51:18 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id 0362348; Fri, 10 Apr 2020 07:51:16 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Bret Barkelew , Sean Brogan , Leif Lindholm , Michael D Kinney , Gilbert Chen , Daniel Helmut Schaefer Subject: [PATCH v1 2/3] .azurepipelines: Enable RISC-V architecture for RISC-V EDK2 CI. Date: Fri, 10 Apr 2020 15:13:20 +0800 Message-Id: <20200410071321.7159-3-abner.chang@hpe.com> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200410071321.7159-1-abner.chang@hpe.com> References: <20200410071321.7159-1-abner.chang@hpe.com> MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138,18.0.676 definitions=2020-04-10_02:2020-04-07,2020-04-10 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 suspectscore=1 lowpriorityscore=0 mlxlogscore=712 bulkscore=0 priorityscore=1501 phishscore=0 mlxscore=0 malwarescore=0 spamscore=0 clxscore=1015 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2004100065 Content-Transfer-Encoding: quoted-printable Add RISC-V architecture on RISC-V EDK2 CI.=0D =0D Signed-off-by: Abner Chang =0D =0D Cc: Bret Barkelew =0D Cc: Sean Brogan =0D Cc: Leif Lindholm =0D Cc: Michael D Kinney =0D Cc: Gilbert Chen =0D Cc: Daniel Helmut Schaefer =0D ---=0D .azurepipelines/Ubuntu-GCC5.yml | 3 ++-=0D 1 file changed, 2 insertions(+), 1 deletion(-)=0D =0D diff --git a/.azurepipelines/Ubuntu-GCC5.yml b/.azurepipelines/Ubuntu-GCC5.= yml=0D index a26a3a2cb2..7cd67c98da 100644=0D --- a/.azurepipelines/Ubuntu-GCC5.yml=0D +++ b/.azurepipelines/Ubuntu-GCC5.yml=0D @@ -2,6 +2,7 @@=0D # Azure Pipeline build file for a build using ubuntu and GCC5=0D #=0D # Copyright (c) Microsoft Corporation.=0D +# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All right= s reserved.
=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D trigger:=0D @@ -14,5 +15,5 @@ jobs:=0D parameters:=0D tool_chain_tag: 'GCC5'=0D vm_image: 'ubuntu-latest'=0D - arch_list: "IA32,X64,ARM,AARCH64"=0D + arch_list: "IA32,X64,ARM,AARCH64,RISCV64"=0D =0D -- =0D 2.25.0=0D =0D