[edk2-devel] [PATCH v1 1/1] .azurepipelines: Use Python 3.10.6+

Michael D Kinney michael.d.kinney at intel.com
Tue Aug 30 03:01:19 UTC 2022


Reviewed-by: Michael D Kinney <michael.d.kinney at intel.com>

Mike 

> -----Original Message-----
> From: mikuback at linux.microsoft.com <mikuback at linux.microsoft.com>
> Sent: Thursday, August 25, 2022 8:37 AM
> To: devel at edk2.groups.io
> Cc: Sean Brogan <sean.brogan at microsoft.com>; Barkelew, Bret <bret.barkelew at microsoft.com>; Kinney, Michael D
> <michael.d.kinney at intel.com>; Gao, Liming <gaoliming at byosoft.com.cn>
> Subject: [PATCH v1 1/1] .azurepipelines: Use Python 3.10.6+
> 
> From: Michael Kubacki <michael.kubacki at 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.brogan at microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew at microsoft.com>
> Cc: Michael D Kinney <michael.d.kinney at intel.com>
> Cc: Liming Gao <gaoliming at byosoft.com.cn>
> Signed-off-by: Michael Kubacki <michael.kubacki at 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 at 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 at 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 at 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/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list