]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.azurepipelines: Use Python 3.8
authorMichael Kubacki <michael.kubacki@microsoft.com>
Sat, 2 Apr 2022 00:13:32 +0000 (20:13 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 2 Apr 2022 02:56:48 +0000 (02:56 +0000)
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.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>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
.azurepipelines/Ubuntu-PatchCheck.yml
.azurepipelines/templates/platform-build-run-steps.yml
.azurepipelines/templates/pr-gate-steps.yml

index d55c238592ef02ea9df77081955fbc17f5d21586..1bc28176b6e8007feba703cc42cbe1ecf8045855 100644 (file)
@@ -27,7 +27,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: '3.9.x'\r
+    versionSpec: '3.8.x'\r
     architecture: 'x64'\r
 \r
 - script: |\r
index 36cdce9bf8fadd647f90eebfe9fe091071f195d5..97e7faa266825563df97284b3e6f05f49e72d159 100644 (file)
@@ -42,7 +42,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: "3.9.x"\r
+    versionSpec: "3.8.x"\r
     architecture: "x64"\r
 \r
 - script: pip install -r pip-requirements.txt --upgrade\r
index 6601c247421ba1df61ccfb7c6c4b31ee5d5a3cfa..70c19a462194e44dc898b6aea81f04a5a210d8a9 100644 (file)
@@ -20,7 +20,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: '3.9.x'\r
+    versionSpec: '3.8.x'\r
     architecture: 'x64'\r
 \r
 - script: pip install -r pip-requirements.txt --upgrade\r