From 7ffef36c7abcd5dd7ab99cbee50af3ec072864c9 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Wed, 25 Jul 2018 06:24:32 +0900 Subject: [PATCH] vsts: Avoid conflict with Homebrew Python --- .vsts/macos-buildbot.yml | 2 +- .vsts/macos-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts/macos-buildbot.yml b/.vsts/macos-buildbot.yml index 8a4f6ba8cb8bff1..d9b2297283b0a86 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 8a4f6ba8cb8bff1..d9b2297283b0a86 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