Skip to content

Commit

Permalink
Merged PR 5121: [Cherry-Pick] .azurepipelines: Use Python 3.8
Browse files Browse the repository at this point in the history
Temporarily uses Python 3.8 to work around an issue that causes
stuart_update to fail on a web_dependency (e.g. GCC ARM compilers).

More details:
https://bugzilla.tianocore.org/show_bug.cgi?id=3891
  • Loading branch information
makubacki committed Apr 13, 2022
1 parent 08c8066 commit 1dccf92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azurepipelines/Ubuntu-PatchCheck.yml
Expand Up @@ -29,7 +29,7 @@ steps:

- task: UsePythonVersion@0
inputs:
versionSpec: '3.9.x' # MU_CHANGE
versionSpec: '3.8.x' # MU_CHANGE
architecture: 'x64'

- script: |
Expand Down
2 changes: 1 addition & 1 deletion .azurepipelines/templates/platform-build-run-steps.yml
Expand Up @@ -42,7 +42,7 @@ steps:

- task: UsePythonVersion@0
inputs:
versionSpec: "3.9.x" # MU_CHANGE
versionSpec: "3.8.x" # MU_CHANGE
architecture: "x64"

- script: pip install -r pip-requirements.txt --upgrade
Expand Down
2 changes: 1 addition & 1 deletion .azurepipelines/templates/pr-gate-steps.yml
Expand Up @@ -20,7 +20,7 @@ steps:

- task: UsePythonVersion@0
inputs:
versionSpec: '3.9.x' # MU_CHANGE
versionSpec: '3.8.x' # MU_CHANGE
architecture: 'x64'

- script: pip install -r pip-requirements.txt --upgrade
Expand Down

0 comments on commit 1dccf92

Please sign in to comment.