Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)
(cherry picked from commit b4bcefe5fe
)
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
This commit is contained in:
parent
35fc38e5e8
commit
85730b84fb
|
@ -10,6 +10,10 @@ steps:
|
||||||
clean: true
|
clean: true
|
||||||
fetchDepth: 5
|
fetchDepth: 5
|
||||||
|
|
||||||
|
# Work around a known issue affecting Ubuntu VMs on Pipelines
|
||||||
|
- script: sudo setfacl -Rb /home/vsts
|
||||||
|
displayName: 'Workaround ACL issue'
|
||||||
|
|
||||||
- script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependencies }}.sh $(openssl_version)
|
- script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependencies }}.sh $(openssl_version)
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue