]> granicus.if.org Git - python/commitdiff
bpo-34177: vsts: Avoid conflict with Homebrew Python (GH-8430)
authorINADA Naoki <methane@users.noreply.github.com>
Fri, 27 Jul 2018 09:03:53 +0000 (18:03 +0900)
committerGitHub <noreply@github.com>
Fri, 27 Jul 2018 09:03:53 +0000 (18:03 +0900)
/usr/local/lib/pythonX.Y is used by Homebrew's Python already.
(cherry picked from commit 3e7d18a54b9243b9652c9ddab87c2b9153dc365f)

.vsts/macos-buildbot.yml
.vsts/macos-pr.yml

index 8a4f6ba8cb8bff1156c0d3502af6f6b484dde6d0..d9b2297283b0a86d568a57710f6a6ba15af35c36 100644 (file)
@@ -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
index 8a4f6ba8cb8bff1156c0d3502af6f6b484dde6d0..d9b2297283b0a86d568a57710f6a6ba15af35c36 100644 (file)
@@ -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