We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146ba43 commit 777cdd9Copy full SHA for 777cdd9
.vsts/macos-buildbot.yml
@@ -24,7 +24,7 @@ steps:
24
clean: true
25
fetchDepth: 5
26
27
-- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl
+- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-vsts
28
displayName: 'Configure CPython (debug)'
29
30
- script: make -s -j4
.vsts/macos-pr.yml
0 commit comments