Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 2268920afcf1b2710e6928cf1b657045d6437ad3
      
https://github.com/tianocore/edk2/commit/2268920afcf1b2710e6928cf1b657045d6437ad3
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2022-04-02 (Sat, 02 Apr 2022)

  Changed paths:
    M .azurepipelines/Ubuntu-PatchCheck.yml
    M .azurepipelines/templates/platform-build-run-steps.yml
    M .azurepipelines/templates/pr-gate-steps.yml

  Log Message:
  -----------
  .azurepipelines: Use Python 3.8

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

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 <sean.bro...@microsoft.com>
Cc: Bret Barkelew <bret.barke...@microsoft.com>
Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>
Reviewed-by: Sean Brogan <sean.bro...@microsoft.com>


  Commit: c3ca70669e86485750d8fc1f2fd265c527d910ce
      
https://github.com/tianocore/edk2/commit/c3ca70669e86485750d8fc1f2fd265c527d910ce
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2022-04-02 (Sat, 02 Apr 2022)

  Changed paths:
    M .azurepipelines/Windows-VS2019.yml

  Log Message:
  -----------
  .azurepipelines: Use windows-2019 VM image

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

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 <sean.bro...@microsoft.com>
Cc: Bret Barkelew <bret.barke...@microsoft.com>
Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>
Reviewed-by: Sean Brogan <sean.bro...@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com>


  Commit: 3b0de44759f8fa0f1fcf6425f80c6fd737facb5e
      
https://github.com/tianocore/edk2/commit/3b0de44759f8fa0f1fcf6425f80c6fd737facb5e
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2022-04-02 (Sat, 02 Apr 2022)

  Changed paths:
    M EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml

  Log Message:
  -----------
  EmulatorPkg: Use windows-2019 VM image

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

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 <af...@apple.com>
Cc: Ray Ni <ray...@intel.com>
Cc: Abner Chang <abner.ch...@hpe.com>
Cc: Nickle Wang <nickle.w...@hpe.com>
Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>
Reviewed-by: Sean Brogan <sean.bro...@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com>


  Commit: 75628d27c0f0fd5479eb1d2cc5f845a6ac35c7f6
      
https://github.com/tianocore/edk2/commit/75628d27c0f0fd5479eb1d2cc5f845a6ac35c7f6
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2022-04-02 (Sat, 02 Apr 2022)

  Changed paths:
    M OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml

  Log Message:
  -----------
  OvmfPkg: Use windows-2019 VM image

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

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 <ardb+tianoc...@kernel.org>
Cc: Jiewen Yao <jiewen....@intel.com>
Cc: Jordan Justen <jordan.l.jus...@intel.com>
Cc: Gerd Hoffmann <kra...@redhat.com>
Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>
Reviewed-by: Sean Brogan <sean.bro...@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com>


  Commit: b328bb54c6e5510bc687302e4b717694bd441891
      
https://github.com/tianocore/edk2/commit/b328bb54c6e5510bc687302e4b717694bd441891
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2022-04-02 (Sat, 02 Apr 2022)

  Changed paths:
    M BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml
    M BaseTools/Bin/gcc_arm_linux_ext_dep.yaml

  Log Message:
  -----------
  BaseTools/Bin: Update GCC ARM compiler version

Updates to the latest release 11.2-2022.02. The previous download
page (version 10.3-2021.07) has been marked deprecated.

Cc: Bob Feng <bob.c.f...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.c...@intel.com>
Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Sean Brogan <sean.bro...@microsoft.com>
Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>
Reviewed-by: Sean Brogan <sean.bro...@microsoft.com>


Compare: https://github.com/tianocore/edk2/compare/55637a2894ba...b328bb54c6e5


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to