From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id EF9054696C3 for ; Wed, 22 Apr 2020 17:20:49 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id b2so2479706ljp.4 for ; Wed, 22 Apr 2020 07:20:49 -0700 (PDT) Date: Wed, 22 Apr 2020 17:20:46 +0300 From: Cyrill Gorcunov Message-ID: <20200422142046.GA3072@uranus> References: <41a1decbbad25ee4b080052e64f65d1c4206c426.1587490798.git.lvasiliev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 On Tue, Apr 21, 2020 at 08:44:57PM +0300, 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. Wait, I don't understand. We'are using tt_pthread in core code as well. How tarantool compiles on it then?