Unverified Kaydet (Commit) b4bcefe5 authored tarafından Steve Dower's avatar Steve Dower Kaydeden (comit) GitHub

Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)

üst 8c61739d
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment