Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v2] travis-ci: needs blind install for brew python2
@ 2019-06-07 15:10 Alexander V. Tikhonov
  2019-06-07 16:28 ` [tarantool-patches] " Alexander Turenko
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander V. Tikhonov @ 2019-06-07 15:10 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: Alexander V. Tikhonov, Alexander Turenko, tarantool-patches

Travis-ci failed on brew install python2 due to it was
allready installed on OSX 10.13 Sierra, so it needs
to be installed without fails on its exists.

Closes #4254
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/fix-sierra-brew
Issue: https://github.com/tarantool/tarantool/issues/4254

 .travis.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.mk b/.travis.mk
index e3bf28c53..6d0c42207 100644
--- a/.travis.mk
+++ b/.travis.mk
@@ -49,7 +49,8 @@ test_ubuntu: deps_ubuntu
 
 deps_osx:
 	brew update
-	brew install python2 openssl readline curl icu4c --force
+	brew install openssl readline curl icu4c --force
+	python2 -V || brew install python2 --force
 	curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python
 	pip install -r test-run/requirements.txt
 
-- 
2.17.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tarantool-patches] Re: [PATCH v2] travis-ci: needs blind install for brew python2
  2019-06-07 15:10 [tarantool-patches] [PATCH v2] travis-ci: needs blind install for brew python2 Alexander V. Tikhonov
@ 2019-06-07 16:28 ` Alexander Turenko
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Turenko @ 2019-06-07 16:28 UTC (permalink / raw)
  To: Alexander V. Tikhonov; +Cc: Kirill Yukhin, tarantool-patches

Pushed to master and 2.1.

WBR, Alexander Turenko.

On Fri, Jun 07, 2019 at 06:58:10PM +0300, Alexander V. Tikhonov wrote:
> Travis-ci failed on brew install python2 due to it was
> allready installed on OSX 10.13 Sierra, so it needs

Typo: allready -> already.

> to be installed without fails on its exists.
> 
> Closes #4254

It is already closed. I have changed it to 'Follow up #4254'.

> ---
> 
> Github: https://github.com/tarantool/tarantool/tree/avtikhon/fix-sierra-brew
> Issue: https://github.com/tarantool/tarantool/issues/4254
> 
>  .travis.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/.travis.mk b/.travis.mk
> index e3bf28c53..6d0c42207 100644
> --- a/.travis.mk
> +++ b/.travis.mk
> @@ -49,7 +49,8 @@ test_ubuntu: deps_ubuntu
>  
>  deps_osx:
>  	brew update
> -	brew install python2 openssl readline curl icu4c --force
> +	brew install openssl readline curl icu4c --force
> +	python2 -V || brew install python2 --force
>  	curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python
>  	pip install -r test-run/requirements.txt
>  
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-07 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07 15:10 [tarantool-patches] [PATCH v2] travis-ci: needs blind install for brew python2 Alexander V. Tikhonov
2019-06-07 16:28 ` [tarantool-patches] " Alexander Turenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox