summaryrefslogtreecommitdiff
path: root/.azurepipelines
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2022-08-25 11:03:29 -0400
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-08-30 23:46:21 +0000
commit383d34159d136f2dc923dfb6a722912b1af451b7 (patch)
treea2424024cb5ca4bbc1a4868a75b43208cde86d40 /.azurepipelines
parent227a133a0a4357d9ce7cbf1c81dc4257a37ac616 (diff)
downloadedk2-383d34159d136f2dc923dfb6a722912b1af451b7.zip
edk2-383d34159d136f2dc923dfb6a722912b1af451b7.tar.gz
edk2-383d34159d136f2dc923dfb6a722912b1af451b7.tar.bz2
.azurepipelines: Use Python 3.10.6+
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>
Diffstat (limited to '.azurepipelines')
-rw-r--r--.azurepipelines/Ubuntu-PatchCheck.yml2
-rw-r--r--.azurepipelines/templates/platform-build-run-steps.yml2
-rw-r--r--.azurepipelines/templates/pr-gate-steps.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu-PatchCheck.yml
index 1bc2817..b86d4bc 100644
--- a/.azurepipelines/Ubuntu-PatchCheck.yml
+++ b/.azurepipelines/Ubuntu-PatchCheck.yml
@@ -27,7 +27,7 @@ steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: '3.8.x'
+ versionSpec: '>=3.10.6'
architecture: 'x64'
- script: |
diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azurepipelines/templates/platform-build-run-steps.yml
index 97e7faa..40a31a5 100644
--- a/.azurepipelines/templates/platform-build-run-steps.yml
+++ b/.azurepipelines/templates/platform-build-run-steps.yml
@@ -42,7 +42,7 @@ steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: "3.8.x"
+ versionSpec: ">=3.10.6"
architecture: "x64"
- script: pip install -r pip-requirements.txt --upgrade
diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/templates/pr-gate-steps.yml
index 70c19a4..cb431e5 100644
--- a/.azurepipelines/templates/pr-gate-steps.yml
+++ b/.azurepipelines/templates/pr-gate-steps.yml
@@ -20,7 +20,7 @@ steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: '3.8.x'
+ versionSpec: '>=3.10.6'
architecture: 'x64'
- script: pip install -r pip-requirements.txt --upgrade