Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: "Alexander V. Tikhonov" <avtikhon@tarantool.org>,
	Alexander Turenko <alexander.turenko@tarantool.org>,
	tarantool-patches@freelists.org
Subject: [tarantool-patches] [PATCH v2] travis-ci: needs blind install for brew python2
Date: Fri,  7 Jun 2019 18:10:46 +0300	[thread overview]
Message-ID: <13b940d317e6956a11e738d7d295c1d9635d79a9.1559920176.git.avtikhon@tarantool.org> (raw)

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

             reply	other threads:[~2019-06-07 15:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-07 15:10 Alexander V. Tikhonov [this message]
2019-06-07 16:28 ` [tarantool-patches] " Alexander Turenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13b940d317e6956a11e738d7d295c1d9635d79a9.1559920176.git.avtikhon@tarantool.org \
    --to=avtikhon@tarantool.org \
    --cc=alexander.turenko@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH v2] travis-ci: needs blind install for brew python2' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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