[edk2-devel] [PATCH v2 0/5] Use windows-2019 VM Image

Michael Kubacki posted 5 patches 2 years, 1 month ago
Failed in applying to current master (apply log)
.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(-)
[edk2-devel] [PATCH v2 0/5] Use windows-2019 VM Image
Posted by Michael Kubacki 2 years, 1 month ago
From: Michael Kubacki <michael.kubacki@microsoft.com>

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3890
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3891

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 <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

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(-)

-- 
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88365): https://edk2.groups.io/g/devel/message/88365
Mute This Topic: https://groups.io/mt/90193635/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v2 0/5] Use windows-2019 VM Image
Posted by Sean 2 years, 1 month ago
Just confirming my RB for the entire series.
I appreciate the work here to identify a number of odd issues with CI, external tools, python patch versions, etc.

Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>

For others, we will continue looking into python issue for tar files/ext_dep as well as prepare the VS2022 changes.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88371): https://edk2.groups.io/g/devel/message/88371
Mute This Topic: https://groups.io/mt/90193635/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-