Unverified Kaydet (Commit) 3e7d18a5 authored tarafından INADA Naoki's avatar INADA Naoki Kaydeden (comit) GitHub

vsts: Avoid conflict with Homebrew Python (GH-8430)

/usr/local/lib/pythonX.Y is used by Homebrew's Python already.
üst defcffdf
...@@ -24,7 +24,7 @@ steps: ...@@ -24,7 +24,7 @@ steps:
clean: true clean: true
fetchDepth: 5 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)' displayName: 'Configure CPython (debug)'
- script: make -s -j4 - script: make -s -j4
......
...@@ -24,7 +24,7 @@ steps: ...@@ -24,7 +24,7 @@ steps:
clean: true clean: true
fetchDepth: 5 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)' displayName: 'Configure CPython (debug)'
- script: make -s -j4 - script: make -s -j4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment