From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp62.i.mail.ru (smtp62.i.mail.ru [217.69.128.42]) (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 9618B4696C3 for ; Fri, 24 Apr 2020 11:02:30 +0300 (MSK) Date: Fri, 24 Apr 2020 11:02:29 +0300 From: Kirill Yukhin Message-ID: <20200424080229.m3ch2bgwyx2mmeif@tarantool.org> References: <41a1decbbad25ee4b080052e64f65d1c4206c426.1587490798.git.lvasiliev@tarantool.org> <20200424072432.wxuuwnl3wavlycfj@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200424072432.wxuuwnl3wavlycfj@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] Add a check whether glibc is used List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leonid Vasiliev Cc: tarantool-patches@dev.tarantool.org Hello, On 24 апр 10:24, Kirill Yukhin wrote: > Hello, > > On 21 апр 20:44, Leonid Vasiliev wrote: > > The cbus hang test uses glibc pthread mutex implementation details. > > Therefore, it should not compile in case of using another library. > > --- > > Now the compilation for alpine 3.5 is broken. > > > > https://github.com/tarantool/tarantool/tree/lvasiliev/gh-noticket-glibc-check > > > > test/unit/CMakeLists.txt | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > I've checked your patch into master. Cherry-picked to 1.10, 2.2 and 2.3 as well -- Regards, Kirill Yukhin