From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id E0C0C441840 for ; Wed, 1 Apr 2020 12:57:53 +0300 (MSK) Date: Wed, 1 Apr 2020 12:57:51 +0300 From: Sergey Bronnikov Message-ID: <20200401095751.GE11949@pony.bronevichok.ru> References: <9a38d7ec40a6b88210d829925142cc6f198de7f3.1575976611.git.avtikhon@tarantool.org> <20191218124919.GS1214@tarantool.org> <1576747653.142607971@f517.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1576747653.142607971@f517.i.mail.ru> Subject: Re: [Tarantool-patches] [PATCH v2 2/5] static build: remove unneeded LD_LIBRARY_PATH List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Tikhonov Cc: tarantool-patches@dev.tarantool.org Sasha, I propose to add options to handle connection retries in curl. LGTM Sergey On 12:27 Thu 19 Dec , Alexander Tikhonov wrote: > Igor, thanks for the review, I've added more information in the comment message about the change. > > > >Среда, 18 декабря 2019, 15:51 +03:00 от Igor Munkin : > > > >Sasha, > > > >Thanks for the patch! This environment variable has been added within > >cb1c72d[1] and now you claim that it's excess. Could you please provide > >a bit more extended rationale for the changes you've made? > > > >On 10.12.19, Alexander V. Tikhonov wrote: > >> Removed LD_LIBRARY_PATH environment from curl build, due to the > >> path is empty in real and is not needed. > >> --- > >> Dockerfile.staticbuild | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/Dockerfile.staticbuild b/Dockerfile.staticbuild > >> index 8da8ae304..343627746 100644 > >> --- a/Dockerfile.staticbuild > >> +++ b/Dockerfile.staticbuild > >> @@ -56,7 +56,7 @@ RUN set -x && \ > >> > >> RUN set -x && \ > >> cd / && \ > >> - LD_LIBRARY_PATH=/usr/local/lib64 curl -O -L http://download.savannah.nongnu.org/releases/libunwind/libunwind-1.3-rc1.tar.gz && \ > >> + curl -O -L http://download.savannah.nongnu.org/releases/libunwind/libunwind-1.3-rc1.tar.gz && \ > >> tar -xvf libunwind-1.3-rc1.tar.gz && \ > >> cd libunwind-1.3-rc1 && \ > >> ./configure --enable-static --enable-shared && \ > >> -- > >> 2.17.1 > >> > > > >[1]: https://github.com/tarantool/tarantool/commit/cb1c72d > > > >-- > >Best regards, > >IM > > > -- > Alexander Tikhonov -- sergeyb@