From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 1A7AC4696C3 for ; Tue, 28 Apr 2020 00:38:27 +0300 (MSK) References: <1587984247.370896242@f138.i.mail.ru> From: Vladislav Shpilevoy Message-ID: Date: Mon, 27 Apr 2020 23:38:25 +0200 MIME-Version: 1.0 In-Reply-To: <1587984247.370896242@f138.i.mail.ru> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Tarantool-patches] [PATCH v2 0/2] Unhide symbols List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Timur Safin Cc: tarantool-patches@dev.tarantool.org On 27/04/2020 12:44, Timur Safin wrote: > FWIW — we may commit this patch, but it was failing CI testing some time ago https://gitlab.com/tarantool/tarantool/pipelines/137481384 Do we have a procedure for rerunning it somehow easily? Looks like we can't commit. The build fails on freebsd with some symbols not exported. It means, the current patch does not work everywhere.