From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 2D4A245C305 for ; Mon, 7 Dec 2020 20:38:12 +0300 (MSK) Date: Mon, 7 Dec 2020 20:38:09 +0300 From: Igor Munkin Message-ID: <20201207173809.GG5396@tarantool.org> References: <1c89eb31ec1bc4fbe41749d620e8f30899e12c88.1606766417.git.sergeyb@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1c89eb31ec1bc4fbe41749d620e8f30899e12c88.1606766417.git.sergeyb@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 3/4] travis: build tarantool with ENABLE_FUZZER List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sergeyb@tarantool.org Cc: tarantool-patches@dev.tarantool.org Sergey, Thanks for the patch! There is a single nit below. On 30.11.20, sergeyb@tarantool.org wrote: > From: Sergey Bronnikov > > OSS Fuzz has a limited number of runs per day and now it is a 4 runs. > Option ENABLE_FUZZERS is enabled to make sure that building of fuzzers is not > broken. Minor: The body of the commit message should be wrapped up to 72 characters (except the links I believe) according to our guidelines[1]. > > Part of #1809 > --- > .travis.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > -- > 2.25.1 > [1]: https://www.tarantool.io/en/doc/latest/dev_guide/developer_guidelines/ -- Best regards, IM