mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)
This commit is contained in:
parent
8c61739def
commit
b4bcefe5fe
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue