]> granicus.if.org Git - python/commitdiff
Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)
authorSteve Dower <steve.dower@microsoft.com>
Mon, 1 Apr 2019 16:10:20 +0000 (09:10 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2019 16:10:20 +0000 (09:10 -0700)
.azure-pipelines/posix-steps.yml

index 2affb50dc10e59f4d3cc4fdd3222d95a3173493c..3ed3abd02a7146add4489b7fd325999d5f753f8a 100644 (file)
@@ -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'