Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com> Mike
> -----Original Message----- > From: mikub...@linux.microsoft.com <mikub...@linux.microsoft.com> > Sent: Thursday, August 25, 2022 8:37 AM > To: devel@edk2.groups.io > Cc: Sean Brogan <sean.bro...@microsoft.com>; Barkelew, Bret > <bret.barke...@microsoft.com>; Kinney, Michael D > <michael.d.kin...@intel.com>; Gao, Liming <gaolim...@byosoft.com.cn> > Subject: [PATCH v1 1/1] .azurepipelines: Use Python 3.10.6+ > > From: Michael Kubacki <michael.kuba...@microsoft.com> > > 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.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> > --- > > Notes: > Build results with this change are available > in the following PR: > https://github.com/tianocore/edk2/pull/3240 > > .azurepipelines/Ubuntu-PatchCheck.yml | 2 +- > .azurepipelines/templates/platform-build-run-steps.yml | 2 +- > .azurepipelines/templates/pr-gate-steps.yml | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml > b/.azurepipelines/Ubuntu-PatchCheck.yml > index 1bc28176b6e8..b86d4bc3b93f 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 97e7faa26682..40a31a509fc5 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 70c19a462194..cb431e53fcd1 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 > -- > 2.28.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#92949): https://edk2.groups.io/g/devel/message/92949 Mute This Topic: https://groups.io/mt/93250840/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-