From: INADA Naoki Date: Fri, 27 Jul 2018 09:03:53 +0000 (+0900) Subject: bpo-34177: vsts: Avoid conflict with Homebrew Python (GH-8430) X-Git-Tag: v3.6.7rc1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=777cdd94b9bebd5b22df0fc293aa078d5537b988;p=python bpo-34177: vsts: Avoid conflict with Homebrew Python (GH-8430) /usr/local/lib/pythonX.Y is used by Homebrew's Python already. (cherry picked from commit 3e7d18a54b9243b9652c9ddab87c2b9153dc365f) --- diff --git a/.vsts/macos-buildbot.yml b/.vsts/macos-buildbot.yml index 8a4f6ba8cb..d9b2297283 100644 --- a/.vsts/macos-buildbot.yml +++ b/.vsts/macos-buildbot.yml @@ -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 diff --git a/.vsts/macos-pr.yml b/.vsts/macos-pr.yml index 8a4f6ba8cb..d9b2297283 100644 --- a/.vsts/macos-pr.yml +++ b/.vsts/macos-pr.yml @@ -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