From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 1032124940 for ; Fri, 26 Jul 2019 05:12:46 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JHqugx7UkxHw for ; Fri, 26 Jul 2019 05:12:45 -0400 (EDT) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id B2209242C1 for ; Fri, 26 Jul 2019 05:12:45 -0400 (EDT) From: "Alexander V. Tikhonov" Subject: [tarantool-patches] [PATCH v1] Revert "travis-ci: freeze curl version on 7.65.0" Date: Fri, 26 Jul 2019 12:12:38 +0300 Message-Id: <35671ec870a422c4e702ed7d2266d02c28509e78.1564132295.git.avtikhon@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Kirill Yukhin Cc: "Alexander V. Tikhonov" , tarantool-patches@freelists.org Due to the new 7.65.3 curl version released on 2019-07-19, removed temporary workaround that downgraded the curl to 7.65.0. This reverts commit 2e880af097a548036278f43b3d6b0f6534a66bac. Follows up #4288 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4288-upgrade-curl Issue: https://github.com/tarantool/tarantool/issues/4288 .travis.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.mk b/.travis.mk index 7d349bc21..df2bd0732 100644 --- a/.travis.mk +++ b/.travis.mk @@ -119,12 +119,6 @@ deps_osx: brew update brew install openssl readline curl icu4c libiconv --force python2 -V || brew install python2 --force - ################################################### - # Temporary workaround to curl version from - # issue #4288 to downgrade from 7.65.1 to 7.65.0: - # TODO: remove the workaround after 7.65.2 released - brew reinstall https://raw.githubusercontent.com/Homebrew/homebrew-core/e47f3e2682fa3d8a6ee58ded40718a1326e08a6d/Formula/curl.rb - ################################################### curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py >get-pip.py python get-pip.py --user pip install --user --force-reinstall -r test-run/requirements.txt -- 2.17.1