Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4bcefe

Browse files
authored
Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)
1 parent 8c61739 commit b4bcefe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.azure-pipelines/posix-steps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ steps:
1010
clean: true
1111
fetchDepth: 5
1212

13+
# Work around a known issue affecting Ubuntu VMs on Pipelines
14+
- script: sudo setfacl -Rb /home/vsts
15+
displayName: 'Workaround ACL issue'
16+
1317
- script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependencies }}.sh $(openssl_version)
1418
displayName: 'Install dependencies'
1519

0 commit comments

Comments
 (0)