From nobody Fri May 17 04:49:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+88366+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88366+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1648863144; cv=none; d=zohomail.com; s=zohoarc; b=SQILxgAdqDRb0SRm/r0uwUdT8cz1HgRrK6n+24lqBd1YF8E+u1w9Z+jiDk+e0XENLseE0iwv67I58p8kNR9GWIWFFpc6JemtN6eIeJhijbyZjZaKU0pL6x5gJlV7Fpegw5Mhm+nixMsi/QWFIguYpeLEv1/LDOtxTim13OeAmHc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1648863144; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=Fhx+qENoG1zkaXG+OZ5kZWdiaarKMPxvoBSgUdcInuc=; b=gUad26Amr1pFud5Gw76iycLUJWs9Q1QxkoGmj1JwWds6zOyEinptzdJBg/9nnZCE2wEafh9w2ossem2WrYsLJmM8z1KxmBdugm+eCKGaJcon8v8mgU76OwyqhH09uxQQJUk1pYavsRt/sx2OKlDT77wMD4yof2+Fo0kHOJRJ75w= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88366+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1648863144424423.51213251917034; Fri, 1 Apr 2022 18:32:24 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id THvXYY1788612xGffYF12E4b; Fri, 01 Apr 2022 18:32:24 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.7315.1648863143612340542 for ; Fri, 01 Apr 2022 18:32:23 -0700 X-Received: from localhost.localdomain (unknown [47.202.59.224]) by linux.microsoft.com (Postfix) with ESMTPSA id 5226820DF569; Fri, 1 Apr 2022 18:32:22 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 5226820DF569 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v2 1/5] .azurepipelines: Use Python 3.8 Date: Fri, 1 Apr 2022 21:31:52 -0400 Message-Id: <20220402013156.2640-2-mikuback@linux.microsoft.com> In-Reply-To: <20220402013156.2640-1-mikuback@linux.microsoft.com> References: <20220402013156.2640-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: F9Suxv9RSKXgDOUfMcV6PqPLx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1648863144; bh=wxPCZe+ps7LFS5ZJSqTy01gDyiXbmhO5CHatIzZvcA8=; h=Cc:Date:From:Reply-To:Subject:To; b=aVSqWbeiEU5vCJOHItQ73EV+bvPMLPvkqMYUwzYAv56YPlIMtY/BoJmwb9rsn7lTpct BKXRV7BnOmMIyIPzwyKDZjBtWX1CUnfO+dzip5mlOmlXSpxXKjNhI0h13txAd3gjXOlzp qgliK1iP8utcZmuk4fRNqplWPYVntfkd25I= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1648863145889100007 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3891 Changes the Python version used in pipelines to 3.8.x (3.8.12) to workaround an issue discovered after 3.9.10 that causes stuart_update to fail on a web_dependency (e.g. GCC ARM compilers). The Python version should be updated to latest once that issue is root caused and a long term fix is in place. This change is introduced now to unblock overall CI. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki Reviewed-by: Sean Brogan --- .azurepipelines/Ubuntu-PatchCheck.yml | 2 +- .azurepipelines/templates/platform-build-run-steps.yml | 2 +- .azurepipelines/templates/pr-gate-steps.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu= -PatchCheck.yml index d55c238592ef..1bc28176b6e8 100644 --- a/.azurepipelines/Ubuntu-PatchCheck.yml +++ b/.azurepipelines/Ubuntu-PatchCheck.yml @@ -27,7 +27,7 @@ steps: =20 - task: UsePythonVersion@0 inputs: - versionSpec: '3.9.x' + versionSpec: '3.8.x' architecture: 'x64' =20 - script: | diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azur= epipelines/templates/platform-build-run-steps.yml index 36cdce9bf8fa..97e7faa26682 100644 --- a/.azurepipelines/templates/platform-build-run-steps.yml +++ b/.azurepipelines/templates/platform-build-run-steps.yml @@ -42,7 +42,7 @@ steps: =20 - task: UsePythonVersion@0 inputs: - versionSpec: "3.9.x" + versionSpec: "3.8.x" architecture: "x64" =20 - script: pip install -r pip-requirements.txt --upgrade diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/= templates/pr-gate-steps.yml index 6601c247421b..70c19a462194 100644 --- a/.azurepipelines/templates/pr-gate-steps.yml +++ b/.azurepipelines/templates/pr-gate-steps.yml @@ -20,7 +20,7 @@ steps: =20 - task: UsePythonVersion@0 inputs: - versionSpec: '3.9.x' + versionSpec: '3.8.x' architecture: 'x64' =20 - script: pip install -r pip-requirements.txt --upgrade --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88366): https://edk2.groups.io/g/devel/message/88366 Mute This Topic: https://groups.io/mt/90193637/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 17 04:49:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+88367+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88367+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1648863147; cv=none; d=zohomail.com; s=zohoarc; b=KOtTPVQOeLnyCNbNjUC78t57grxIkmTMvXZMhc22fhqzt8+KbmRDeKISBnoHz70Dkbkw4Wg4k3D9/+fEo9aJPSIc+3i+CRl4oID9jsTNOwUtawgplqLQCX7qZvDfgmbjX8MAZWJZM1QiwNA3tW1j32sV/gY5nA9LDkn6NiuEVig= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1648863147; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=3ZCyr9c3pBZlYtzF7eWe+PH8c19P6FME3IYnyTPY5js=; b=BTcRKnOei9P8MBszSJYU83RVYxl92asepiydXLnrNGI17MV6VEyrqSid5GgJuaxZqfg3A9zzhxmGzOmB8aoOrPPPVp3J8RcoihjUZ68I1PgUqDzkApsBoDQtbNZ1gl/F81oZ5AilZtzbEG1GDtBKBHr9ZBRNaMf+hcWtp1m7WCc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88367+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1648863147473234.68687936298784; Fri, 1 Apr 2022 18:32:27 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 9qMpYY1788612xDqBoq8A2wG; Fri, 01 Apr 2022 18:32:27 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.7368.1648863146451765965 for ; Fri, 01 Apr 2022 18:32:26 -0700 X-Received: from localhost.localdomain (unknown [47.202.59.224]) by linux.microsoft.com (Postfix) with ESMTPSA id 67A0C20DF569; Fri, 1 Apr 2022 18:32:25 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 67A0C20DF569 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v2 2/5] .azurepipelines: Use windows-2019 VM image Date: Fri, 1 Apr 2022 21:31:53 -0400 Message-Id: <20220402013156.2640-3-mikuback@linux.microsoft.com> In-Reply-To: <20220402013156.2640-1-mikuback@linux.microsoft.com> References: <20220402013156.2640-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: 1X910cYVzCjzSgHLFaf3MKSUx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1648863147; bh=h/zmuYT/LNAb9UVqu6FcLzxoxrn48id3jahayt/nlY4=; h=Cc:Date:From:Reply-To:Subject:To; b=IvS/UjuvzQqFlXSckyS9hRO3OjNf9Ncaz8WsH8gORMySKhqVricVFfCKZYPL6KPVHRh tvdR5718FGRxfwPkf1LUqVYb7Hs3ihkL2kIQQLnZ7/aIZ2F0WwdhrCcsIwZmwlHAUiYrU PzTbLSz2oWT5QeMFiRqb9waxXeYGon+0xpU= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1648863147924100009 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3890 The YAML file previously specified "windows-latest" which recently moved to VS2022. To continue using VS2019 (at least in the short term), the VM image needs to be explicitly set to "windows-2019". Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki Reviewed-by: Sean Brogan --- .azurepipelines/Windows-VS2019.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/Windows-VS2019.yml b/.azurepipelines/Windows-V= S2019.yml index 22f2d88c2c6a..e4bd4b1d2283 100644 --- a/.azurepipelines/Windows-VS2019.yml +++ b/.azurepipelines/Windows-VS2019.yml @@ -16,5 +16,5 @@ jobs: - template: templates/pr-gate-build-job.yml parameters: tool_chain_tag: 'VS2019' - vm_image: 'windows-latest' + vm_image: 'windows-2019' arch_list: "IA32,X64" --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88367): https://edk2.groups.io/g/devel/message/88367 Mute This Topic: https://groups.io/mt/90193638/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 17 04:49:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+88368+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88368+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1648863151; cv=none; d=zohomail.com; s=zohoarc; b=Cwkd4+68AIi8L0ZRNj/uQ7TZuDCR7sH0o3Xcq82VejP0XIV+orWlUiBOrGGsapvzftfnYP2b5+Uk2fLg5oHV/BPrDOulcnppQIiLUkrApDirp3GzSJ14KMifbhMdLqR58vl9Dj/T9nzN7nFIq8vYCLAIxIfX61HHofdpTc2pxC0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1648863151; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=SeLrU/LEOYU56gbvkrgieZromt6pNijPgVosRiGN7rU=; b=VLY2/uwAVLDQkbpEXl7rjiKM210gTP577hJxk9bpQE4qhssUy6h3hUYrFaQPK0ud8jhhvX8ur3r8SzchLkj1SHn9WNn1SnOI4iFb48c+/ZNoPXU+FWR8R7bsWnPB6Os+fP1zvdRpL21PwXiRYsFZLb5CbHcVhzQcaNFbmZqwG78= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88368+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1648863151992892.569989609311; Fri, 1 Apr 2022 18:32:31 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id JaEwYY1788612xgZ0qr0OrKZ; Fri, 01 Apr 2022 18:32:31 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.7218.1648863150872136666 for ; Fri, 01 Apr 2022 18:32:31 -0700 X-Received: from localhost.localdomain (unknown [47.202.59.224]) by linux.microsoft.com (Postfix) with ESMTPSA id 6CFEB20DF569; Fri, 1 Apr 2022 18:32:29 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6CFEB20DF569 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni , Abner Chang , Nickle Wang , Sean Brogan Subject: [edk2-devel] [PATCH v2 3/5] EmulatorPkg: Use windows-2019 VM image Date: Fri, 1 Apr 2022 21:31:54 -0400 Message-Id: <20220402013156.2640-4-mikuback@linux.microsoft.com> In-Reply-To: <20220402013156.2640-1-mikuback@linux.microsoft.com> References: <20220402013156.2640-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: WmsJjMcpVsGFrQpSUiowA1PZx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1648863151; bh=kqGgoQvUB/WcJ/KzH0xXxeLmYrhAHezODLqJcNKy0Ac=; h=Cc:Date:From:Reply-To:Subject:To; b=FYMy0pFitAWNT/3xFU0TgRLpTsq+BKQgu83uySlI3lTO+382vpdk+OfTxVFzKHQiKGR tjzImvpWwlt+EA5QcZxalv+dnkYJs7u1++0STUR/k3zAAXlTenCIfCnoh/nfYeQgg01IQ BkFzSuWAPoSfZcNtXtmYFIk4eEiMptpIMP0= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1648863153973100003 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3890 The YAML file previously specified "windows-latest" which recently moved to VS2022. To continue using VS2019 (at least in the short term), the VM image needs to be explicitly set to "windows-2019". Cc: Andrew Fish Cc: Ray Ni Cc: Abner Chang Cc: Nickle Wang Signed-off-by: Michael Kubacki Reviewed-by: Sean Brogan --- EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/Em= ulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml index 03ffb1a5a5c7..e7ead06ae266 100644 --- a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml @@ -20,7 +20,7 @@ jobs: - job: Platform_CI variables: package: 'EmulatorPkg' - vm_image: 'windows-latest' + vm_image: 'windows-2019' should_run: true run_flags: "MAKE_STARTUP_NSH=3DTRUE" =20 --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88368): https://edk2.groups.io/g/devel/message/88368 Mute This Topic: https://groups.io/mt/90193649/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 17 04:49:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+88369+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88369+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1648863155; cv=none; d=zohomail.com; s=zohoarc; b=ZIXSoW/zentYtFPsJ2BnhK+JRx+f6FDxSUivVWYHLPpV3+f4bNRFqADIkIzgNQENCwPGNUi62j89oX9N9/m+OxLsUhNiCj7/y9ChrS1j46dq56FiYuahiHO5lvuiJS4hXIT4swzcBYPYxiE1hVTqecQgniesYFyyiCubRdukRD8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1648863155; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=YrblYjN4m+Ubr1zaolbXFp3gzmkRZ5j6GSf9BciOLP4=; b=aBUawD7cPMM+u+uO5qb4hY5L5JLMwD/ACEikf7fZJugyQ6bxgAePcgZnFyomNpQvxZfOpCkiN4nPrsIoo+XvAgAHIS+EjJ+wX7QSUKaMKwRi+LmvosNGXuudVcpsgt6NZPu+Vou4Rtil7GYgXtE5AyL2WBELjaY+rsvYrw0z7a4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88369+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1648863155324321.1180079426117; Fri, 1 Apr 2022 18:32:35 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id sAF4YY1788612xxPdhjSsyg3; Fri, 01 Apr 2022 18:32:35 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.7220.1648863154239843289 for ; Fri, 01 Apr 2022 18:32:34 -0700 X-Received: from localhost.localdomain (unknown [47.202.59.224]) by linux.microsoft.com (Postfix) with ESMTPSA id 0246420DF56B; Fri, 1 Apr 2022 18:32:32 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 0246420DF56B From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann , Sean Brogan Subject: [edk2-devel] [PATCH v2 4/5] OvmfPkg: Use windows-2019 VM image Date: Fri, 1 Apr 2022 21:31:55 -0400 Message-Id: <20220402013156.2640-5-mikuback@linux.microsoft.com> In-Reply-To: <20220402013156.2640-1-mikuback@linux.microsoft.com> References: <20220402013156.2640-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: T3XBWIHdMEVsysKwGuNk3DTJx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1648863155; bh=fv9cxM5YImKys61bzU7VH2oTGyn6ABUdGp9DeHgGXJw=; h=Cc:Date:From:Reply-To:Subject:To; b=A10NeCFu0o06jdszzM2EgnME9s8WT8UCNOkzg+mWWE1g1rbUgeCSQFnaaRoCZSKJf/P ObRhNWpqNWTRbuXArnms/I49J1QwdWgDuwD9KK8kcKPCttu8r6lxOVo3W9Q9ReeXlr70i HuzKvmaRltNWiheeWtst93UDUbbj3qI8Iq0= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1648863155970100005 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3890 The YAML file previously specified "windows-latest" which recently moved to VS2022. To continue using VS2019 (at least in the short term), the VM image needs to be explicitly set to "windows-2019". Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Jordan Justen Cc: Gerd Hoffmann Signed-off-by: Michael Kubacki Reviewed-by: Sean Brogan --- OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/OvmfPk= g/PlatformCI/.azurepipelines/Windows-VS2019.yml index 68b5d951e908..7d6344d6383d 100644 --- a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml +++ b/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml @@ -18,7 +18,7 @@ jobs: - job: Platform_CI variables: package: 'OvmfPkg' - vm_image: 'windows-latest' + vm_image: 'windows-2019' should_run: true run_flags: "MAKE_STARTUP_NSH=3DTRUE QEMU_HEADLESS=3DTRUE" =20 --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88369): https://edk2.groups.io/g/devel/message/88369 Mute This Topic: https://groups.io/mt/90193652/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 17 04:49:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+88370+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88370+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1648863159; cv=none; d=zohomail.com; s=zohoarc; b=WjIZQnjpf1UEQ5WFxWN1W3vVMFxYLDwesVceJ55/FdE2BUHj6fNjj0hI0YdkeZi8/bhVhITQ82OViE+pi3qNdmrg3WbkEySmOgVq0bRi+J5K53dez8Um2HVDwfNwnPYK/G82ZVFw+7aQyvp5XquDyIP/O9zYXiplpPSzZ9Lj+mY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1648863159; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=pshyrRU71dJ5iIDcSXeZQ+ed2f/qV8/EJKitTMbnvJE=; b=Vk9F71Ji0ao4ig6TNq28+uyN4V1C70gQq7paTXiUr6/sLEdVUrifvkPnNwukQtzUzzFZbgJJ/dLfmVommjH6detG5JIPchWDU74JGADPHee0bxAXON67HH7Wen3VeiXMcLeaatBpNc43C9oRCMV+ddiMTauvYe/ic3np0MnvSO0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+88370+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1648863159402201.23270812744022; Fri, 1 Apr 2022 18:32:39 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id VbUqYY1788612xnsqLCXgTbw; Fri, 01 Apr 2022 18:32:38 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.7353.1648863158026097570 for ; Fri, 01 Apr 2022 18:32:38 -0700 X-Received: from localhost.localdomain (unknown [47.202.59.224]) by linux.microsoft.com (Postfix) with ESMTPSA id F3C6020DF56B; Fri, 1 Apr 2022 18:32:36 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com F3C6020DF56B From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Yuwei Chen , Michael D Kinney , Sean Brogan Subject: [edk2-devel] [PATCH v2 5/5] BaseTools/Bin: Update GCC ARM compiler version Date: Fri, 1 Apr 2022 21:31:56 -0400 Message-Id: <20220402013156.2640-6-mikuback@linux.microsoft.com> In-Reply-To: <20220402013156.2640-1-mikuback@linux.microsoft.com> References: <20220402013156.2640-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: O49OauMLQpXmdbmoJF39zJ18x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1648863158; bh=w7a9RjVJdGCQm/uwDDpYoTwym4T/2dgLCtljqktxIDU=; h=Cc:Date:From:Reply-To:Subject:To; b=ZI9JAOK/zSo0LmECfIX1SAyGuwo8Ms7uMhMU5f3yEvB+UYQshxDJWa4is/WyMjPKx4q /1/Njqtt5aoC/dwOp4J6X32JWo5nXl73q8wGFQ2ff4iJKEhHyMORc96+yWeZlYZUI3XYN QHqv3GUtheDWZaA3x8NDnl9zOrn1VhW3UuE= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1648863160010100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki Updates to the latest release 11.2-2022.02. The previous download page (10.3-2021.07) has been marked deprecated. Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Cc: Michael D Kinney Cc: Sean Brogan Signed-off-by: Michael Kubacki Reviewed-by: Sean Brogan --- BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml | 8 ++++---- BaseTools/Bin/gcc_arm_linux_ext_dep.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml b/BaseTools/Bin/g= cc_aarch64_linux_ext_dep.yaml index de7682b5521f..ff8a9e868100 100644 --- a/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml +++ b/BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml @@ -11,11 +11,11 @@ "scope": "gcc_aarch64_linux", "type": "web", "name": "gcc_aarch64_linux", - "source": "https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-= 2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz", - "version": "10.3-2021.07", - "sha256": "1e33d53dea59c8de823bbdfe0798280bdcd138636c7060da9d77a97ded095= a84", + "source": "https://developer.arm.com/-/media/Files/downloads/gnu/11.2-20= 22.02/binrel/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu.tar.xz", + "version": "11.2-2022.02", + "sha256": "52dbac3eb71dbe0916f60a8c5ab9b7dc9b66b3ce513047baa09fae56234e5= 3f3", "compression_type": "tar", - "internal_path": "/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/", + "internal_path": "/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu/", "flags": ["set_shell_var", ], "var_name": "GCC5_AARCH64_INSTALL" } diff --git a/BaseTools/Bin/gcc_arm_linux_ext_dep.yaml b/BaseTools/Bin/gcc_a= rm_linux_ext_dep.yaml index 9b3c4e394fa1..151cbfa4b532 100644 --- a/BaseTools/Bin/gcc_arm_linux_ext_dep.yaml +++ b/BaseTools/Bin/gcc_arm_linux_ext_dep.yaml @@ -11,11 +11,11 @@ "scope": "gcc_arm_linux", "type": "web", "name": "gcc_arm_linux", - "source": "https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-= 2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf.tar.asc= ", - "version": "10.3-2021.07", - "sha256": "aa074fa8371a4f73fecbd16bd62c8b1945f23289e26414794f130d6ccdf8e= 39c", + "source": "https://developer.arm.com/-/media/Files/downloads/gnu/11.2-20= 22.02/binrel/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf.tar.xz", + "version": "11.2-2022.02", + "sha256": "c254f7199261fe76c32ef42187502839bda7efad0a66646cf739d074eff45= fad", "compression_type": "tar", - "internal_path": "/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/= ", + "internal_path": "/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf/= ", "flags": ["set_shell_var", ], "var_name": "GCC5_ARM_INSTALL" } --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88370): https://edk2.groups.io/g/devel/message/88370 Mute This Topic: https://groups.io/mt/90193653/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-