]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.azurepipelines: Use Python 3.10.6+
authorMichael Kubacki <michael.kubacki@microsoft.com>
Thu, 25 Aug 2022 15:03:29 +0000 (11:03 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 30 Aug 2022 23:46:21 +0000 (23:46 +0000)
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3891

Changes the Python version used in pipelines to 3.10.6 or greater
since that version introduces a fix (bp0-47231) for inconsistent
trailing slashes in tarfile longname directories.

This is required for stuart_update to succeed when handling a
web_dependency (e.g. GCC ARM compilers).

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: Michael D Kinney <michael.d.kinney@intel.com>
.azurepipelines/Ubuntu-PatchCheck.yml
.azurepipelines/templates/platform-build-run-steps.yml
.azurepipelines/templates/pr-gate-steps.yml

index 1bc28176b6e8007feba703cc42cbe1ecf8045855..b86d4bc3b93fe302ac848e4f54613b617f1f14e9 100644 (file)
@@ -27,7 +27,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: '3.8.x'\r
+    versionSpec: '>=3.10.6'\r
     architecture: 'x64'\r
 \r
 - script: |\r
index 97e7faa266825563df97284b3e6f05f49e72d159..40a31a509fc5a6597a1fc8ec689fc5a2b1f49266 100644 (file)
@@ -42,7 +42,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: "3.8.x"\r
+    versionSpec: ">=3.10.6"\r
     architecture: "x64"\r
 \r
 - script: pip install -r pip-requirements.txt --upgrade\r
index 70c19a462194e44dc898b6aea81f04a5a210d8a9..cb431e53fcd10b8088f41585f1d9e738b4b96654 100644 (file)
@@ -20,7 +20,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: '3.8.x'\r
+    versionSpec: '>=3.10.6'\r
     architecture: 'x64'\r
 \r
 - script: pip install -r pip-requirements.txt --upgrade\r