From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 68DFF469710 for ; Tue, 9 Jun 2020 19:33:44 +0300 (MSK) Date: Tue, 9 Jun 2020 19:33:30 +0300 From: Alexander Turenko Message-ID: <20200609163330.j6iqddyjwbl2ctv2@tkn_work_nb> References: <20200526151747.93659-1-huston.mavr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200526151747.93659-1-huston.mavr@gmail.com> Subject: Re: [Tarantool-patches] [PATCH] static build: fix build on ubuntu List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: HustonMmmavr Cc: tarantool-patches@dev.tarantool.org LGTM. I didn't verify it manually, but the change itself looks reasonable and CI pass (except flaky tests and known Mac OS X problem on Travis-CI). Sergey, can you look into the proposed change too? Alexander (Tikhonov), we added a CI job to verify such things within [1]. Can you, please, look how it appears that the job didn't catch the problem? > Issue: https://github.com/tarantool/tarantool/issues/5024 > Branch: https://github.com/tarantool/tarantool/tree/HustonMmmavr/gh-5024-static-build-ubuntu Please, answer with a changelog entry for future release notes. We track user-visible behaviour changes this way: bugfixes and features. When there is a fix for some build target or configuration, we mention it too. It is just free form description of changes for a user to be placed on the [releases page][2]. We highlight with @ChangeLog 'tag' to bring a mainterner attention. Since it is the regression, it would be good to mention, when the problem appears (`git describe bad_commit` output), in the future release notes. For future patches: add it to a cover letter or under `---` for a signleton patchset (but do not add to a commit message). [1]: https://github.com/tarantool/tarantool/issues/4551 [2]: https://github.com/tarantool/tarantool/releases WBR, Alexander Turenko.