From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (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 004404696C3 for ; Fri, 24 Apr 2020 10:24:33 +0300 (MSK) Date: Fri, 24 Apr 2020 10:24:32 +0300 From: Kirill Yukhin Message-ID: <20200424072432.wxuuwnl3wavlycfj@tarantool.org> References: <41a1decbbad25ee4b080052e64f65d1c4206c426.1587490798.git.lvasiliev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <41a1decbbad25ee4b080052e64f65d1c4206c426.1587490798.git.lvasiliev@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 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. -- Regards, Kirill Yukhin