Hi Oliver,

I think the commit message is too vague. Can you please add a bit more context?

With that:

Reviewed-by: Michael Kubacki <michael.kuba...@microsoft.com>

On 11/30/2022 5:01 PM, Oliver Steffen wrote:
Fix pip install under certain conditions.

Signed-off-by: Oliver Steffen <ostef...@redhat.com>
---
  .azurepipelines/templates/platform-build-run-steps.yml | 6 ++++++
  .azurepipelines/templates/pr-gate-steps.yml            | 6 ++++++
  2 files changed, 12 insertions(+)

diff --git a/.azurepipelines/templates/platform-build-run-steps.yml
b/.azurepipelines/templates/platform-build-run-steps.yml
index 8803d80cf51c..087f460d7fec 100644
--- a/.azurepipelines/templates/platform-build-run-steps.yml
+++ b/.azurepipelines/templates/platform-build-run-steps.yml
@@ -39,6 +39,12 @@ parameters:
    default: ''

  steps:
+- bash: |
+    echo "##vso[task.prependpath]${HOME}/.local/bin"
+    echo "new PATH=${PATH}"
+  displayName: Set PATH
+  condition: eq('${{ parameters.tool_chain_tag }}', 'GCC5')
+
  - checkout: self
    clean: true
    fetchDepth: 1
diff --git a/.azurepipelines/templates/pr-gate-steps.yml
b/.azurepipelines/templates/pr-gate-steps.yml
index 27a44c06011c..99d52cfa0605 100644
--- a/.azurepipelines/templates/pr-gate-steps.yml
+++ b/.azurepipelines/templates/pr-gate-steps.yml
@@ -15,6 +15,12 @@ parameters:
    usePythonVersion: ''

  steps:
+- bash: |
+    echo "##vso[task.prependpath]${HOME}/.local/bin"
+    echo "new PATH=${PATH}"
+  displayName: Set PATH
+  condition: eq('${{ parameters.tool_chain_tag }}', 'GCC5')
+
  - checkout: self
    clean: true
    fetchDepth: 1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#96793): https://edk2.groups.io/g/devel/message/96793
Mute This Topic: https://groups.io/mt/95369385/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to