Skip to content

Commit

Permalink
Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba authored Apr 1, 2019
1 parent 8c61739 commit b4bcefe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/posix-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ steps:
clean: true
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)
displayName: 'Install dependencies'

Expand Down

0 comments on commit b4bcefe

Please sign in to comment.