We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc8c83 commit d0440d3Copy full SHA for d0440d3
.vsts/linux-buildbot.yml
@@ -17,7 +17,7 @@ steps:
17
clean: true
18
fetchDepth: 5
19
20
-- script: deb-src http://archive.ubuntu.com/ubuntu/ xenial main && sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install libssl-dev
+- script: echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update && sudo apt-get -yq install libssl-dev
21
displayName: 'Install build dependencies'
22
23
- script: ./configure --with-pydebug
0 commit comments