public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Use windows-2019 VM Image
@ 2022-04-02  1:31 Michael Kubacki
  2022-04-02  1:31 ` [PATCH v2 1/5] .azurepipelines: Use Python 3.8 Michael Kubacki
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Michael Kubacki @ 2022-04-02  1:31 UTC (permalink / raw)
  To: devel
  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

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-02  1:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-02  1:31 [PATCH v2 0/5] Use windows-2019 VM Image Michael Kubacki
2022-04-02  1:31 ` [PATCH v2 1/5] .azurepipelines: Use Python 3.8 Michael Kubacki
2022-04-02  1:31 ` [PATCH v2 2/5] .azurepipelines: Use windows-2019 VM image Michael Kubacki
2022-04-02  1:31 ` [PATCH v2 3/5] EmulatorPkg: " Michael Kubacki
2022-04-02  1:31 ` [PATCH v2 4/5] OvmfPkg: " Michael Kubacki
2022-04-02  1:31 ` [PATCH v2 5/5] BaseTools/Bin: Update GCC ARM compiler version Michael Kubacki
2022-04-02  1:36 ` [edk2-devel] [PATCH v2 0/5] Use windows-2019 VM Image Sean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox