From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.7352.1648863140216072799 for ; Fri, 01 Apr 2022 18:32:20 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=Y38kiwRV; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.202.59.224]) by linux.microsoft.com (Postfix) with ESMTPSA id DFC5320DEEC8; Fri, 1 Apr 2022 18:32:17 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com DFC5320DEEC8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1648863139; bh=DqKRRFHvcl0zPVHlL1ruWRQJ7GoZn8ZOIsvtd2LoQ2k=; h=From:To:Cc:Subject:Date:From; b=Y38kiwRVZtItwM4Eks9e+1OylL87750w7d9+Lq7OZP+YlXrRjnL3YdE6550h9O9cS Cb8U/4s6RTl/PJYzg5qL/YcUnkINkETibdIRkj9qjoMIsYRMRmyrYlg4u9jRKF+kyW ik3gCgIVOn/d/puay2V6HQgRl6NPXBQ7cl71mGUY= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao , Andrew Fish , Ray Ni , Abner Chang , Nickle Wang , Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann Subject: [PATCH v2 0/5] Use windows-2019 VM Image Date: Fri, 1 Apr 2022 21:31:51 -0400 Message-Id: <20220402013156.2640-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3890 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3891 Pipelines are currently building against VS2019 and use the "windows-latest" VM image in Azure Pipelines. The "windows-latest" image recently moved its toolchain to VS2022, so VS2019 is no longer found. To immediately address the issue with no change in build behavior, this series updates YAML files in the repository using "windows-latest" to "windows-2019". V2 Changes: Introduces additional changes to get pipelines back working in addition to the original windows-2019 change originally scoped for the patch series. 1. Add patch v2 [1/5] to use Python 3.8 to work around an issue when updating a tar file web_dependency. 2. Add patch v2 [5/5] to update the GCC ARM compiler. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Cc: Andrew Fish Cc: Ray Ni Cc: Abner Chang Cc: Nickle Wang Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Jordan Justen Cc: Gerd Hoffmann Signed-off-by: Michael Kubacki Michael Kubacki (5): .azurepipelines: Use Python 3.8 .azurepipelines: Use windows-2019 VM image EmulatorPkg: Use windows-2019 VM image OvmfPkg: Use windows-2019 VM image BaseTools/Bin: Update GCC ARM compiler version .azurepipelines/Ubuntu-PatchCheck.yml | 2 +- .azurepipelines/Windows-VS2019.yml | 2 +- .azurepipelines/templates/platform-build-run-steps.yml | 2 +- .azurepipelines/templates/pr-gate-steps.yml | 2 +- BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml | 8 ++++---- BaseTools/Bin/gcc_arm_linux_ext_dep.yaml | 8 ++++---- EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) --=20 2.28.0.windows.1