From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 3F5D6469719 for ; Tue, 15 Sep 2020 16:53:26 +0300 (MSK) Date: Tue, 15 Sep 2020 16:53:25 +0300 From: Kirill Yukhin Message-ID: <20200915135325.nxojimkehpg6iucy@tarantool.org> References: <20200909154546.1850-1-huston.mavr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200909154546.1850-1-huston.mavr@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v3] build: refactor static build process List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: HustonMmmavr Cc: alexander.turenko@tarantool.org, tarantool-patches@dev.tarantool.org, yaroslav.dynnikov@gmail.com Hello, On 09 сен 18:45, HustonMmmavr wrote: > From: Yaroslav Dynnikov > > Refactored static build process to use static-build/CMakeLists.txt > instead of Dockerfile.staticbuild (this allows to support static > build on macOS). Following third-party dependencies for static build > are installed via cmake `ExternalProject_Add`: > - OpenSSL > - Zlib > - Ncurses > - Readline > - Unwind > - ICU > > * Added support static build for macOS > * Fixed `CONFIGURE_COMMAND` while building bundled libcurl for static > build at file cmake/BuildLibCURL.cmake: > - disable building shared libcurl libraries (by setting > `--disable-shared` option) > - disable hiding libcurl symbols (by setting > `--disable-symbol-hiding` option) > - prevent linking libcurl with system libz (by setting > `--with-zlib=${FOUND_ZLIB_ROOT_DIR}` option) > * Removed Dockerfile.staticbuild > * Added new gitlab.ci jobs to test new style static build: > - static_build_cmake_linux > - static_build_cmake_osx_15 > * Removed static_docker_build gitlab.ci job > > Closes #5095 > --- > > Branch: https://github.com/tarantool/tarantool/tree/rosik/refactor-static-build > Issue: https://github.com/tarantool/tarantool/issues/5095 I've checked your patch into master. Igor, could please add an entry to release notes? -- Regards, Kirill Yukhin