Skip to content

Commit ce6a14b

Browse files
committed
Revert LD_LIBRARY_PATH changes
1 parent 17a9ab3 commit ce6a14b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

azure/common/apigee-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ jobs:
143143
parameters:
144144
service_name: "${{ parameters.service_name }}"
145145

146-
- bash: |
147-
echo "Setting python tool cache path"
148-
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
149-
displayName: 'Set python tool cache path'
146+
# - bash: |
147+
# echo "Setting python tool cache path"
148+
# echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
149+
# displayName: 'Set python tool cache path'
150150

151151
- task: UsePythonVersion@0
152152
displayName: "Use Python ${{ parameters.python_version }}"

azure/common/deploy-stage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ stages:
124124
profile: "apm_${{ parameters.aws_account }}"
125125
aws_account: "${{ parameters.aws_account }}"
126126

127-
- bash: |
128-
echo "Setting python tool cache path"
129-
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
130-
displayName: 'Set python tool cache path'
127+
# - bash: |
128+
# echo "Setting python tool cache path"
129+
# echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]:/agent/_work/_tool/Python/${{ parameters.python_version }}/x64/lib/"
130+
# displayName: 'Set python tool cache path'
131131

132132
- task: UsePythonVersion@0
133133
displayName: "Use Python ${{ parameters.python_version }}"

0 commit comments

Comments
 (0)