]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Apr 2019 16:30:58 +0000 (09:30 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2019 16:30:58 +0000 (09:30 -0700)
(cherry picked from commit b4bcefe5fe689ef5caf9c775f72c6d150f3e8ece)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
.azure-pipelines/posix-steps.yml

index a4160e5a1bf51fa32fa7159e55b01e8125f0353a..15e3f0b9ad1bb744dd81c4fe503876d1ffe99327 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'