Skip to content
Permalink
Browse files

Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (G…

  • Loading branch information...
zooba committed Apr 1, 2019
1 parent 8c61739 commit b4bcefe5fe689ef5caf9c775f72c6d150f3e8ece
Showing with 4 additions and 0 deletions.
  1. +4 −0 .azure-pipelines/posix-steps.yml
@@ -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'

0 comments on commit b4bcefe

Please sign in to comment.
You can’t perform that action at this time.