mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
vsts: Avoid conflict with Homebrew Python (GH-8430)
/usr/local/lib/pythonX.Y is used by Homebrew's Python already.
This commit is contained in:
parent
defcffdf86
commit
3e7d18a54b
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ steps:
|
|||
clean: true
|
||||
fetchDepth: 5
|
||||
|
||||
- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl
|
||||
- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-vsts
|
||||
displayName: 'Configure CPython (debug)'
|
||||
|
||||
- script: make -s -j4
|
||||
|
|
|
@ -24,7 +24,7 @@ steps:
|
|||
clean: true
|
||||
fetchDepth: 5
|
||||
|
||||
- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl
|
||||
- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-vsts
|
||||
displayName: 'Configure CPython (debug)'
|
||||
|
||||
- script: make -s -j4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue