From: Alexander Turenko <alexander.turenko@tarantool.org>
To: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
Cc: Kirill Yukhin <kyukhin@tarantool.org>, tarantool-patches@freelists.org
Subject: [tarantool-patches] Re: [PATCH v2] travis-ci: needs blind install for brew python2
Date: Fri, 7 Jun 2019 19:28:29 +0300 [thread overview]
Message-ID: <20190607162828.c37vbnlzklmtuezi@tkn_work_nb> (raw)
In-Reply-To: <13b940d317e6956a11e738d7d295c1d9635d79a9.1559920176.git.avtikhon@tarantool.org>
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
>
prev parent reply other threads:[~2019-06-07 16:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-07 15:10 [tarantool-patches] " Alexander V. Tikhonov
2019-06-07 16:28 ` Alexander Turenko [this message]
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=20190607162828.c37vbnlzklmtuezi@tkn_work_nb \
--to=alexander.turenko@tarantool.org \
--cc=avtikhon@tarantool.org \
--cc=kyukhin@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='[tarantool-patches] Re: [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